Projet

Général

Profil

0001-manager-instuct-opening-user-switch-link-in-private-.patch

Valentin Deniaud, 10 mars 2021 16:56

Télécharger (1,09 ko)

Voir les différences:

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(-)
src/authentic2/manager/templates/authentic2/manager/user_su.html
5 5
<form>
6 6
    <p>
7 7
      {% blocktrans trimmed with fullname=user.get_full_name %}
8
      To switch to user {{ fullname }}, use the following link
8
      To switch to user {{ fullname }}, open the following link in a private window
9 9
      (it expires after <span class="js-seconds-until" data-target="#su-link" data-replace="Expired!">{{ duration }}</span> seconds).
10 10
      {% endblocktrans %}
11 11
    </p>
12
-