8000 Typo in impersonator role · symfony/symfony-docs@e912f23 · GitHub
[go: up one dir, main page]

Skip to content

Commit e912f23

Browse files
authored
Typo in impersonator role
The correct role is 'IS_IMPERSONATOR'.
1 parent 269f500 commit e912f23

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)
0