Top "Fosuserbundle" questions

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

Accessing the logged-in user in a template

I'm using FOSuserbundle to get started with User registration https://github.com/FriendsOfSymfony/FOSUserBundle I've got it registering / logging in …

symfony twig fosuserbundle
Symfony2: How to get user Object inside controller when using FOSUserBundle?

I'm using FOSUserBundle to authenticate my users. I'm trying to get the user object inside the Controller to register a …

symfony fosuserbundle
in_array() expects parameter 2 to be array, null given

I made a web-application with Symfony2, and I'm using PUGX User Bundle and FosUserBundle to manage 2 different users. This is …

php arrays symfony fosuserbundle pugxmultiuserbundle
Symfony2: Inject current user in Service

I am trying to inject the currently logged in user into a service. My goal is to extend some twig …

php dependency-injection symfony fosuserbundle
FOSUserBundle redirect from login page after logged in

I simply want that if admin user or front end user try to access login page even after logged in /…

symfony redirect login fosuserbundle
Symfony2 $user->setPassword() updates password as plain text [DataFixtures + FOSUserBundle]

I'm trying to pre-populate a database with some User objects, but when I call $user->setPassword('some-password'); and then …

php doctrine symfony fosuserbundle
setting a placeholder attribute with translation in Symfony2 form input

I am using FOSUserBundle for managing my users. In order to register user, I reused the form of the bundle …

symfony twig symfony-forms fosuserbundle
Add a default role during user registration with FOSUserBundle

Version : Symfony 2.2 I'm trying to add a default role when a user register on my website. I use FOSUserBundle and …

symfony fosuserbundle
Symfony2: Getting the list of user roles in FormBuilder

I'm making a form for user creation, and I want to give one or several roles to a user when …

php symfony fosuserbundle
Forgot password function fosuserbundle

I have been googling for a couple hours now and cannot find any information on how to implement the "Forgot …

fosuserbundle symfony-2.3