Skip to content

Commit 69db512

Browse files
committed
Merge branch '4.4'
* 4.4: Document the changes to checkCredentials()
2 parents 5d41957 + 743d3db commit 69db512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Each authenticator needs the following methods:
296296
If ``getUser()`` returns a User object, this method is called. Your job is to
297297
verify if the credentials are correct. For a login form, this is where you would
298298
check that the password is correct for the user. To pass authentication, return
299-
``true``. If you return *anything* else
299+
``true``. If you return ``false``
300300
(or throw an :ref:`AuthenticationException <guard-customize-error>`),
301301
authentication will fail.
302302

0 commit comments

Comments
 (0)