From 9e1b06a448f186d12d004ac3b0999cbda944ce0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Fri, 17 Apr 2026 16:29:35 +0200 Subject: [PATCH] If person has SSO account, show warning about changing the email address --- views/person_form.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}