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.
2 parents d5f1e70 + 3b99417 commit d1a54e0Copy full SHA for d1a54e0
security/impersonating_user.rst
@@ -85,9 +85,9 @@ role to the users that need it.
85
Knowing When Impersonation Is Active
86
------------------------------------
87
88
-During impersonation, the user is provided with a special role called
89
-``ROLE_PREVIOUS_ADMIN``. In a template, for instance, this role can be used
90
-to show a link to exit impersonation:
+When a user is being impersonated, Symfony grants them a special role called
+``ROLE_PREVIOUS_ADMIN`` (in addition to the roles the user may have). Use this
+special role, for instance, to show a link to exit impersonation in a template:
91
92
.. code-block:: html+twig
93
0 commit comments