From ed685a9e0b80b2a089029ec1b63ece4c96d8dee3 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 6 Nov 2019 15:59:03 +0100 Subject: [PATCH] [Security] Minor tweak in the impersonation explanation --- security/impersonating_user.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/impersonating_user.rst b/security/impersonating_user.rst index a4f4e724e27..3263cc4f8ba 100644 --- a/security/impersonating_user.rst +++ b/security/impersonating_user.rst @@ -85,9 +85,9 @@ role to the users that need it. Knowing When Impersonation Is Active ------------------------------------ -During impersonation, the user is provided with a special role called -``ROLE_PREVIOUS_ADMIN``. In a template, for instance, this role can be used -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: .. code-block:: html+twig