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

User->isAccountNonLocked used in ResettingListener but missing in UserInterface

kowalk opened this issue · comments

Version: 3.x-dev
Description:
User->isAccountNonLocked method is used in ResettingListener but not defined in UserInterface

if (!$event->getUser()->isAccountNonLocked()) {

Related to: #2298