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.
2 parents 5d41957 + 743d3db commit 69db512Copy full SHA for 69db512
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