FriendsOfSymfony / FOSUserBundle

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

Home Page:https://symfony.com/doc/master/bundles/FOSUserBundle/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findUserByEmail does not check soft deleted records and throw UniqueConstraintViolationException

ziarv opened this issue · comments

commented

findUserByEmail does not check soft deleted records

well, if you extended the bundle with a soft-delete behavior, you need to also handle that. there is no soft deletion in the built-in implementation.