The FOSUserBundle adds support for a database-backed user system in Symfony2.
I am trying to create a task manager and I need to be able to get the user id of …
php symfony fosuserbundleI want to redirect the user to another form just after registration, before he could access to anything on my …
redirect symfony fosuserbundle event-listenerI am using Symfony2.0 and FOSUserBundle, and would like to disable the csrf token on my login form. I have …
symfony login csrf fosuserbundle symfony-2.0I've installed FOSUserBundle and I'd like to customize the urls to be /account/login, /account/register, /account/logout instead of /…
php symfony fosuserbundleI am using the FOSUserBundle in my Symfony application which is really great. They have the login and register forms …
templates symfony login twig fosuserbundleI'd like to customize the error message ('Bad credentials')if a there is a login error. I do it but …
symfony fosuserbundleSituaction: I am trying to select count() in DQL for users NOT in specific group. Standard ManyToMany unidirectional relation between …
sql symfony doctrine-orm fosuserbundle dqlI'd like to be able to login via a ws. I've tried to simulate this with curl pointing to /login …
security symfony login fosuserbundleI'm working on a symfony application using FOSUserBundle. I want to have a dropdown login form in the menubar if …
symfony fosuserbundleI'm using FOSUserBundle in my application. I would like to do two things via HTTP services: Check password. The service …
symfony passwords fosuserbundle