We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ccdcf commit d5c7d03Copy full SHA for d5c7d03
security/entity_provider.rst
@@ -328,7 +328,8 @@ Forbid Inactive Users (AdvancedUserInterface)
328
.. versionadded:: 4.1
329
The ``AdvancedUserInterface`` class was deprecated in Symfony 4.1 and no
330
alternative is provided. If you need this functionality in your application,
331
- add the ``AdvancedUserInterface`` methods to your own user class.
+ implement :doc:`a custom user checker </security/user_checkers>` that
332
+ performs the needed checks.
333
334
If a User's ``isActive`` property is set to ``false`` (i.e. ``is_active``
335
is 0 in the database), the user will still be able to login to the site
0 commit comments