Skip to content

Commit 7306f1e

Browse files
committed
[symfony#1966] Minor tweaks to impersonation note
1 parent 7f59378 commit 7306f1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,9 +1644,9 @@ To switch back to the original user, use the special ``_exit`` username:
16441644
16451645
http://example.com/somewhere?_switch_user=_exit
16461646
1647-
During impersonation the user is provided with a special role called
1648-
``ROLE_PREVIOUS_ADMIN``. In a template, for instance, this role can decide
1649-
if a link to exit impersonation needs to be shown:
1647+
During impersonation, the user is provided with a special role called
1648+
``ROLE_PREVIOUS_ADMIN``. In a template, for instance, this role can be used
1649+
to show a link to exit impersonation:
16501650

16511651
.. configuration-block::
16521652

0 commit comments

Comments
 (0)