Skip to content

Commit

Permalink
[Security] Fix role to detect logged-in user
Browse files Browse the repository at this point in the history
  • Loading branch information
devojifr committed Sep 24, 2024
1 parent a33a90a commit a867829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@ you have the following two options.

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

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

// ...

Expand Down

0 comments on commit a867829

Please sign in to comment.