Skip to content

Commit c5a4079

Browse files
committed
minor #20240 [Security] Fix role to detect logged-in user (devojifr)
This PR was merged into the 6.4 branch. Discussion ---------- [Security] Fix role to detect logged-in user An error has been introduced since 6.2 when checking to see if a user is logged-in Commits ------- a867829 [Security] Fix role to detect logged-in user
2 parents f264bd8 + a867829 commit c5a4079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ you have the following two options.
27712771

27722772
Firstly, if you've given *every* user ``ROLE_USER``, you can check for that role.
27732773

2774-
Secondly, you can use the special "attribute" ``IS_AUTHENTICATED_FULLY`` in place of a role::
2774+
Secondly, you can use the special "attribute" ``IS_AUTHENTICATED`` in place of a role::
27752775

27762776
// ...
27772777

0 commit comments

Comments
 (0)