Projet

Général

Profil

0001-auth_fc-provide-clearer-explanation-appearing-on-unl.patch

Paul Marillonnet, 14 septembre 2022 16:40

Télécharger (2,28 ko)

Voir les différences:

Subject: [PATCH] auth_fc: provide clearer explanation appearing on unlink page
 (#68365)

 .../templates/authentic2_auth_fc/unlink.html      | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
src/authentic2_auth_fc/templates/authentic2_auth_fc/unlink.html
5 5
{% block content %}
6 6
    <p>
7 7
        {% blocktrans %}
8
        You're about to delete the link between your user account and your FranceConnect account.
8
        You're about to delete the link between your user account and FranceConnect.
9 9
        {% endblocktrans %}
10 10
    </p>
11 11
    <p>
12 12
        {% blocktrans %}
13
        Deleting this link won't delete those accounts. However, once all the links with FranceConnect
14
        are deleted, it's no more possible to use the FranceConnect to automatically login to your
15
        user account. It is still possible to link those accounts once again by using the
16
        button FranceConnect on the login page.
13
        Deleting this link won't delete your user account. However, once the link with
14
        FranceConnect is deleted, it is no more possible to use FranceConnect to automatically log
15
        in to your user account. It is still possible to link your user account again, using the
16
        “FranceConnect” button on your account page.
17 17
        {% endblocktrans %}
18 18
    </p>
19 19
    {% if no_password %}
20 20
    <p>
21 21
        {% blocktrans %}
22
        Your user account has no password and removing this link may make this account inaccessible.
23
        To avoid this situation, please provide a password.
22
        On your next authentications, you will have to type in a password. Clicking the “Unlink”
23
        button here will prompt you to pick this new password. For obvious security reasons, please
24
        pick a different one than the password(s) on your FranceConnect providers.
24 25
        {% endblocktrans %}
25 26
    </p>
26 27
    {% endif %}
27
-