From 305cc780c902856836eaf1d2c3cab4ddc999fdb5 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 10 Mar 2021 16:54:29 +0100 Subject: [PATCH] manager: instuct opening user switch link in private window (#45513) --- .../manager/templates/authentic2/manager/user_su.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2/manager/templates/authentic2/manager/user_su.html b/src/authentic2/manager/templates/authentic2/manager/user_su.html index 725e3313..8aeb902e 100644 --- a/src/authentic2/manager/templates/authentic2/manager/user_su.html +++ b/src/authentic2/manager/templates/authentic2/manager/user_su.html @@ -5,7 +5,7 @@

{% blocktrans trimmed with fullname=user.get_full_name %} - To switch to user {{ fullname }}, use the following link + To switch to user {{ fullname }}, open the following link in a private window (it expires after {{ duration }} seconds). {% endblocktrans %}

-- 2.20.1