Skip to content

Commit a867829

Browse files
committed
[Security] Fix role to detect logged-in user
1 parent a33a90a commit a867829

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

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

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

26532653
// ...
26542654

0 commit comments

Comments
 (0)