Top "Fosuserbundle" questions

The FOSUserBundle adds support for a database-backed user system in Symfony2.

Overriding FOSUserBundle Login Form

Im following the documentation here:https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/overriding_templates.rst I chose to …

symfony fosuserbundle
FOSUserBundle logout with prefix doesn't work

I am having a very strange problem with symfony2 and the FOSUserBundle. I can logout with /en/logout, but not …

symfony localization fosuserbundle
MySQL Illegal mix of collations

After viewing my prod logs, I have some error mentionning : [2012-08-31 15:56:43] request.CRITICAL: Doctrine\DBAL\DBALException: An exception occurred …

mysql symfony collation symfony-2.1 fosuserbundle
Create an Admin User with FosUserBundle

I try to create an Admin User with FOsUserBundle from command windows with the following command: php app/console fos:…

symfony cmd admin fosuserbundle
You have requested a non-existent service "security.context"

i create service but it doesn't work services: redirectionListener: class: Front\EcommerceBundle\Listener\RedirectionListener arguments: ["@service_container","@session"] tags: - { …

php symfony fosuserbundle symfony-security
FOSUserBundle registration customize

What I am trying to do is nothing hard. This is my first project on symfony and it's really confusing. …

php symfony registration fosuserbundle
FOSUserBundle - Validation for username, password or email fields

In the FOUserBundle, I would like to be able to change the validation settings for minimum length, maximum length and …

validation symfony fosuserbundle
Symfony 2 FOS User Bundle Bootstrap modal AJAX Login

Has anyone already built a login form inside a Bootstrap modal with Symfony 2 and FOS User Bundle ? Here is what …

php ajax twitter-bootstrap symfony fosuserbundle
Symfony FOS user bundle initiation

I have a problem with installing FOS user bundle. I tried to search it everywhere, but probably I'm too dumb …

php symfony fosuserbundle
FOSUserBundle: Success target after password reset

After the user did reset his password using the password reset of FOSUserBundle, by default he is redirected to the …

symfony url-routing fosuserbundle