The FOSUserBundle adds support for a database-backed user system in Symfony2.
I'm trying to create a new User Admin from a fixture. I'm using FOSUserBundle and Symfony2. $userManager = $this->container-&…
symfony fosuserbundleI have a hard time overwriting labels that the FOS user bundle for Symfony2 uses. I'm already overwriting the Form …
symfony symfony-forms fosuserbundleSay for example I grant a new role to the currently authenticated user in a controller, like so: $em = $this-&…
php symfony fosuserbundleI have a question about the FOSUserBundle for Symfony 2.0.x. In there documentation you can find a way to change …
php symfony fosuserbundleDoes FOSUserBundle work with symfony 3? Can't see any info regarding that on their site. I have just installed a fresh …
php symfony composer-php fosuserbundleI use the sonata-admin bundle. I have the relationship with the user (FOSUserBundle) in the PageEntity. I want to save …
symfony fosuserbundle sonata-adminI'm back with another issue regarding my UserBundle : Everything went perfect while installing and configuring FOS bundle through Symfony2, it …
symfony doctrine-orm fosuserbundleI would like to activate the email confirmation on FOSUserBundle /profile/edit In /profile/edit you are already logged in …
php symfony fosuserbundleI am going through the FOSUserBundle. And I wanted to undertand what is the difference between Model/User.php and …
php symfony fosuserbundleI am using the FOSUserBundle and the Group option. Registration works. Creation of groups works too. If I create 2 groups, …
symfony fosuserbundle