FOSUserBundle
FOSUserBundle copied to clipboard
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
Issue similar to #1150 I can't **add new** unique constraint **with validation message** (_AttributeOverride_ doesn't seem to doument any way to add validation message for uniqueness). I don't know where...
Hi, Due reason I can't use the default form implementation for creating users, so I used createUser and updateUser in the user manager. However, when using this, the different events...
I know it's possible to extend the BaseUser (in older versions of FOS and just the UserInterface in newer) when you create your own UserBundle in your vendor namespace. Is...
I have an issue with this action. Which is this, when you submit any username and email with a wrong password the object returned by $this->container->get('security.context')->getToken()->getUser(), which normally returns the...
**Symfony FOSUserBundle versions**: FOSUserBundle version 2 **Description of the problem including expected versus actual behavior**: You can submit the form When any word is entered into resetting/request form for field...
I need to replace the mapping of the user entity because I need to use a legacy database. So I created a User class which extends FOS\UserBundle\Model\User and declares its...
**Symfony FOSUserBundle versions**: 2.0.* **Description of the problem including expected versus actual behavior**: I need catch event when user want reset password with bad email or before 2 hours than...
Example: ``` [Symfony\Component\DependencyInjection\Exception\RuntimeException] Cannot autowire service "AppBundle\Manager\EmailManager": argument "$canonicalizer" of method "__construct()" references interface "FOS\UserBundle\Util\CanonicalizerInterface" but no such service exists. You should maybe alias this interface to the existing "fos_user...
This issue is related to #1336. For example we have 2 users: 1. User "Tom" with email "**[email protected]**" 2. User "**[email protected]**" with email "[email protected]" Which user should be selected if...
**Symfony FOSUserBundle versions**: * symfony/symfony v3.4.2 * friendsofsymfony/user-bundle v2.0.2 **Description of the problem including expected versus actual behavior**: FOSUserBundle does not work when configuring form login with json as described...