FriendsOfSymfony / FOSUserBundle

Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
https://symfony.com/doc/master/bundles/FOSUserBundle/index.html
MIT License
3.25k stars 1.57k forks source link

Issue with fos:user:deactivate #3061

Open TPSONLINE-INFO opened 11 months ago

TPSONLINE-INFO commented 11 months ago

"friendsofsymfony/user-bundle": "^3.2.1",

When running fos:user:deactivate, enabled is set to 0 in db but user can still log in...

stof commented 2 weeks ago

have you configured the user checker as documented in https://github.com/FriendsOfSymfony/FOSUserBundle/blob/3.x/docs/index.rst#step-4-configure-your-applications-securityyml ?