auth_fc: provide clearer explanation appearing on unlink page (#68365)

This commit is contained in:
Paul Marillonnet 2022-09-14 16:25:13 +02:00
parent 0dd86979dc
commit 42cef0c4c2
1 changed files with 8 additions and 7 deletions

View File

@ -5,22 +5,23 @@
{% block content %}
<p>
{% blocktrans %}
You're about to delete the link between your user account and your FranceConnect account.
You're about to delete the link between your user account and FranceConnect.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
Deleting this link won't delete those accounts. However, once all the links with FranceConnect
are deleted, it's no more possible to use the FranceConnect to automatically login to your
user account. It is still possible to link those accounts once again by using the
button FranceConnect on the login page.
Deleting this link won't delete your user account. However, once the link with
FranceConnect is deleted, it is no more possible to use FranceConnect to automatically log
in to your user account. It is still possible to link your user account again, using the
“FranceConnect” button on your account page.
{% endblocktrans %}
</p>
{% if no_password %}
<p>
{% blocktrans %}
Your user account has no password and removing this link may make this account inaccessible.
To avoid this situation, please provide a password.
On your next authentications, you will have to type in a password. Clicking the “Unlink”
button here will prompt you to pick this new password. For obvious security reasons, please
pick a different one than the password(s) on your FranceConnect providers.
{% endblocktrans %}
</p>
{% endif %}