We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e424e commit e4fd5adCopy full SHA for e4fd5ad
security.rst
@@ -2414,7 +2414,7 @@ You can use ``IS_AUTHENTICATED`` anywhere roles are used: like
2414
user that has logged in will have this. Actually, there are some special attributes
2415
like this:
2416
2417
-* ``IS_AUTHENTICATED_REMEMBERED``: Just like ``IS_AUTHENTICATED``, *all* logged in users have this, even
+* ``IS_AUTHENTICATED_REMEMBERED``: *all* logged in users have this, even
2418
if they are logged in because of a "remember me cookie". Even if you don't
2419
use the :doc:`remember me functionality </security/remember_me>`,
2420
you can use this to check if the user is logged in.
0 commit comments