FOSUserBundle icon indicating copy to clipboard operation
FOSUserBundle copied to clipboard

Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.

Results 106 FOSUserBundle issues
Sort by recently updated
recently updated
newest added

In several places the Code assumes that `\DateTime` is being used. That is a problem for me and i would like the bundle to support `\DateTimeImmutable`. From what i've seen...

I'm using FOSUserBundle for users management and try to enable email confirmation at new users registration, email is not been send but it redirects to check email for complete registration....

Hi there, i have a problem with running unittest in symfony project as below: i get always the error: ``` 1) *******\Tests\Controller\*******ControllerTest::testIndex Doctrine\Common\Persistence\Mapping\MappingException: Invalid mapping file '*****.UserBundle.Entity.User.orm.yml' for class '*****\UserBundle\Entity\User'....

You have a [Spamtrap](https://en.wikipedia.org/wiki/Spamtrap) vulnerabilities. **Symfony FOSUserBundle versions**: Actual in Subject from 14 Jan 2012 https://github.com/FriendsOfSymfony/FOSUserBundle/blob/8ae256d75d932a1a4699bbf08bf0866066a620f0/Resources/translations/FOSUserBundle.en.yml#L47 And in body from 16 Apr 2011 or older https://github.com/FriendsOfSymfony/FOSUserBundle/blob/9295012002768344c7a1df22cc37a2d8ecc040e7/Resources/translations/FOSUserBundle.en.yml#L26 Now it is also...

We're building a business app from the ground up in Symfony 3, and I've run into a bit of a snag with the user validation flow: after the user creates...

Hi, I've decided to manage user roles in a bit different way. I've already created my custom User entity and UserRole entity (with database table corresponding to it). Now I'd...

I want to override FOSUserBundle Validations and set New validations to my user entity's custom fields. Any help ?

**Symfony FOSUserBundle versions**: 2.0.0-beta2 **Description of the problem including expected versus actual behavior**: The ResettingController does not dispatch an event before returning a RedirectResponse if the requesting user have a...

After user enter login/password, and user with role "admin" (eg), send email with link for user login. The link should expire 30 or 60 minutes

Ability to reset a password for the user other than the currently logged in user. Steps to reproduce: 1. (not logged in) Request reset for user A. 2. Login as...

Bug