diff --git a/views/person_form.html b/views/person_form.html index eb81651..6df253a 100644 --- a/views/person_form.html +++ b/views/person_form.html @@ -95,6 +95,12 @@ value="{{ Person.Email }}" autocomplete="off" /> + {% if PersonAccount.Enabled %} +
+ Attention! Cette adresse email est liée à un compte SSO. + En cas de changement, la connexion devra se faire avec la nouvelle adresse. +
+ {% endif %}