FOSUserBundle
FOSUserBundle copied to clipboard
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
For a disabled user (enabled = false, locked = false) it is possible to retrieve the password reset link which allows him to easily access the system. After password is...
Hello, Have you planed to register the bundle in the contrib recipes repositories to install this with flex ? There is already a pull request for that [(here)](https://github.com/symfony/recipes-contrib/pull/210) but it's...
I think this should be done out-of-the-box in order to always have valid email addresses (if not why verifing only the first email?!) Would be really nice if implemented
_**WARNING**: You are browsing the documentation for version **master** which is not maintained anymore. If some of your projects are still using this version, consider upgrading._ _**WARNING**: You are browsing...
So, I'm trying to make a custom validation group. I've decided to test it with simple alteration to the registration validation rule, by increasing the min length to 6 characters....
**Symfony FOSUserBundle versions**: 2.1.2 with sympfony 4.1 **Description of the problem including expected versus actual behavior**: I try to create an mapping between a user and a profile class. l...
https://github.com/FriendsOfSymfony/FOSUserBundle/blob/4125505ba6eba82ddf944378a3d636081c06da0c/Resources/views/Security/login.html.twig#L1  it seems strange to include the interface logic checker and text indication on the base login page. Indeed when a user arrives on "Login" Page, it feels confusing...
hi, I'm working on registration form and i have some problems with errors messages after validation. I'm using a "form_theme" and all errors form registration form are displaying as a...
**Symfony FOSUserBundle versions**: 2.1.1 on Symfony 4.0.4 **Description of the problem including expected versus actual behavior**: On Guard Authenticator, attempting to include FOS's services for, among other things, re-send e-mail...
Currently when resetting password, whenever username is not found or password request is expired, `RedirectResponse` to `fos_user_resetting_check_email` is being returned with GET parameter `username`. I used to get a warnings...