Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [Security] Fix role to detect logged-in user
  • Loading branch information
javiereguiluz committed Sep 24, 2024
2 parents 894a1c3 + 0a8b7e6 commit 09740d2
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 @@ -2716,7 +2716,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 09740d2

Please sign in to comment.