We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60f859 commit d3d7bc2Copy full SHA for d3d7bc2
security/guard_authentication.rst
@@ -296,7 +296,7 @@ Each authenticator needs the following methods:
296
If ``getUser()`` returns a User object, this method is called. Your job is to
297
verify if the credentials are correct. For a login form, this is where you would
298
check that the password is correct for the user. To pass authentication, return
299
- ``true``. If you return *anything* else
+ ``true``. If you return ``false``
300
(or throw an :ref:`AuthenticationException <guard-customize-error>`),
301
authentication will fail.
302
0 commit comments