Skip to content

Commit 0a8b7e6

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [Security] Fix role to detect logged-in user
2 parents fdcfa99 + c5a4079 commit 0a8b7e6

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
@@ -2707,7 +2707,7 @@ you have the following two options.
27072707

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

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

27122712
// ...
27132713

0 commit comments

Comments
 (0)