{% extends "authentic2_auth_fc/base.html"%} {% load static %} {% load i18n gadjo %} {% block content %}

{% blocktrans %} You're about to delete the link between your user account and FranceConnect. {% endblocktrans %}

{% blocktrans %} 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 %}

{% if no_password %}

{% blocktrans %} 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 %}

{% endif %}
{% csrf_token %} {{ form|with_template }}
{% endblock %}