Skip to content

Commit de096f6

Browse files
committed
bug #14464 Typo in impersonator role (TavoNiievez)
This PR was merged into the 5.1 branch. Discussion ---------- Typo in impersonator role The correct role is 'IS_IMPERSONATOR'. Commits ------- e912f23 Typo in impersonator role
2 parents 269f500 + e912f23 commit de096f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/security/authorization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ user fully authenticated, or only based on a "remember-me" cookie, or even
114114
authenticated anonymously?
115115

116116
It also supports the attributes ``IS_ANONYMOUS``, ``IS_REMEMBERED``,
117-
``IS_IMPERSONATED`` to grant access based on a specific state of
117+
``IS_IMPERSONATOR`` to grant access based on a specific state of
118118
authentication.
119119

120120
.. versionadded:: 5.1
121121

122-
The ``IS_ANONYMOUS``, ``IS_REMEMBERED`` and ``IS_IMPERSONATED``
122+
The ``IS_ANONYMOUS``, ``IS_REMEMBERED`` and ``IS_IMPERSONATOR``
123123
attributes were introduced in Symfony 5.1.
124124

125125
::

0 commit comments

Comments
 (0)