Skip to content

Commit 09740d2

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [Security] Fix role to detect logged-in user
2 parents 894a1c3 + 0a8b7e6 commit 09740d2

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

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

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

27212721
// ...
27222722

0 commit comments

Comments
 (0)