8000 Minor tweak · symfony/symfony-docs@e4fd5ad · GitHub
[go: up one dir, main page]

Skip to content

Commit e4fd5ad

Browse files
committed
Minor tweak
1 parent 22e424e commit e4fd5ad

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
@@ -2414,7 +2414,7 @@ You can use ``IS_AUTHENTICATED`` anywhere roles are used: like
24142414
user that has logged in will have this. Actually, there are some special attributes
24152415
like this:
24162416

2417-
* ``IS_AUTHENTICATED_REMEMBERED``: Just like ``IS_AUTHENTICATED``, *all* logged in users have this, even
2417+
* ``IS_AUTHENTICATED_REMEMBERED``: *all* logged in users have this, even
24182418
if they are logged in because of a "remember me cookie". Even if you don't
24192419
use the :doc:`remember me functionality </security/remember_me>`,
24202420
you can use this to check if the user is logged in.

0 commit comments

Comments
 (0)
0