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

I have this code in my controller ``` $token = $event->getAuthenticationToken(); $token->setAttribute('company',$company); ``` When have enable rememberme and reset browser, the attribute not persist. How can persist in session and...

Hello I am working on shopping cart using Symfony2.6 with FOSUSer Bundle. And I have set session Id with Product id in sessionTable. Like this :- $session = $this->get('session'); $session->start();...

Regarding to this commit: https://github.com/FriendsOfSymfony/FOSUserBundle/commit/14ca4fb6e08e008d4deb773990bc81343c7cb04f Symfony 3.4 and 4.0 will require 7.1.3 at least https://github.com/symfony/symfony/blob/3.3/composer.json Symfony 3.3 => ^5.5.9|>=7.0.8 https://github.com/symfony/symfony/blob/3.2/composer.json Symfony 3.2 => >=5.5.9 https://github.com/symfony/symfony/blob/3.1/composer.json Symfony 3.1 => >=5.5.9 https://github.com/symfony/symfony/blob/3.0/composer.json...

**Symfony FOSUserBundle versions**: v2.0.1 **Description of the problem including expected versus actual behavior**: A user who requests a password reset is redirected to a check-email page that says the user...

Greetings! Is there a ready solution how to implement a "Send invitation" form? There is an invitation code field in a registration form, but I can't find functionality how to...

Documentation

Is there any way to get FOSUserBundle to register/login by email only and disable/remove the username property?

**Symfony FOSUserBundle versions**: v2.0.1 **Describe the feature**: Is it possible to add the same logic for invalid form request like in 'registrationAction()' in 'RegistrationController' but for 'ChangePasswordController' and 'ProfileController'? Create...

After creating user and login , i got this error You must configure the check path to be handled by the firewall using form_login in your security firewall configuration. searched...

Is it possible to use the __clone function inside de User class? Each time I implement this class I get really strange beahavior... The app always return to the login...

**Symfony FOSUserBundle versions**: friendsofsymfony/user-bundle dev-master d325bb6 symfony/symfony v3.2.13 **Description of the problem including expected versus actual behavior**: A disabled user account can be enabled by resetting the password because of...