We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c1669 commit f0722c9Copy full SHA for f0722c9
cookbook/security/entity_provider.rst
@@ -321,7 +321,7 @@ If a User's ``isActive`` property is set to ``false`` (i.e. ``is_active``
321
is 0 in the database), the user will still be able to login to the site
322
normally. This is easily fixable.
323
324
-To exclude inactive users, change your ``User`` clas to implement
+To exclude inactive users, change your ``User`` class to implement
325
:class:`Symfony\\Component\\Security\\Core\\User\\AdvancedUserInterface`.
326
This extends :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`,
327
so you only need the new interface::
0 commit comments