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 c5d5dbb commit 08d6520Copy full SHA for 08d6520
security/expressions.rst
@@ -67,7 +67,7 @@ Additionally, you have access to a number of functions inside the expression:
67
68
.. sidebar:: ``is_remember_me`` is different than checking ``IS_AUTHENTICATED_REMEMBERED``
69
70
- The ``is_remember_me()`` and ``is_authenticated_fully()`` functions are *similar*
+ The ``is_remember_me()`` and ``is_fully_authenticated()`` functions are *similar*
71
to using ``IS_AUTHENTICATED_REMEMBERED`` and ``IS_AUTHENTICATED_FULLY``
72
with the ``isGranted()`` function - but they are **not** the same. The
73
following shows the difference::
0 commit comments