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

- fixes https://github.com/FriendsOfSymfony/FOSUserBundle/issues/3066

**Symfony FOSUserBundle versions**: 3.0 components/jquery 3.6.0 jQuery JavaScript Library composer/installers v2.2.0 A multi-framework Composer library installer doctrine/annotations 1.14.3 Docblock Annotations Parser doctrine/cache 2.2.0 PHP Doctrine Cache library is a popular...

The confirmation email after registering to confirm the email address filled in registration form is not offered by this version

"friendsofsymfony/user-bundle": "^3.2.1", When running fos:user:deactivate, enabled is set to 0 in db but user can still log in...

Symfony 5.x has as minimum requirement PHP version 7.2.5. As this package status is "to allow existing projects to upgrade" please consider supporting php 7.2.5 for FOSUserBundle 3.0, as that...

Hi, I tried to upgrade from FOSUserBundle 1.* to 2.* but the last version seem to not support multiple. Example in my symfony config.yml file : `doctrine: orm: entity_managers: default:...

* add bcc_email configuration in bundle * if configuration not empty, we add bcc to all emails

Hi, I'm trying to create a form where you can select a user (this example is a new article where the user can write (text) a username). When I write...

Hello, I tried to override the registration controller for adding some custom fields, like register date. But I have some problems: > "Cannot autowire service "fos_user.registration.form.factory": argument "$name" of method...