This commit is contained in:
2026-03-16 08:34:21 +00:00
parent 5df434ca12
commit 2b5d50861a
2 changed files with 17 additions and 10 deletions

View File

@@ -37039,13 +37039,16 @@ function creer_user_gc() {
// Validations (simplifiées pour la lecture)
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
if (codeLangue <= " ") { alert_ebene("Indiquez la langue!", "Enter the language!"); $("#codeLangueUser").focus(); return; }
if (telephone <= " ") { alert_ebene("Indiquez le téléphone!", "Enter the phone!"); $("#telephone").focus(); return; }
if (email <= " " || !verifMailValeur(email)) { alert_ebene("Email incorrect!", "Review email!"); $("#email").focus(); return; }
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
if (nom <= " ") { alert_ebene("Indiquez le nom!", "Enter the name!"); $("#nom").focus(); return; }
if (actVisible <= " ") { alert_ebene("Indiquez la visibilité des libellés des actes!", "Indicate the visibility of the act labels!"); $("#actVisibleUser").focus(); return; }
if (AffectionVisible <= " ") { alert_ebene("Indiquez la visibilité des libellés des affections!", "Indicate the visibility of the affection labels!"); $("#AffectionVisibleUser").focus(); return; }
if (codeUtilisateur <= " ") { alert_ebene("Indiquez le login!", "Enter the login!"); $("#codeUtilisateur").focus(); return; }
if (email <= " " || !verifMailValeur(email)) { alert_ebene("Email incorrect!", "Review email!"); $("#email").focus(); return; }
// Validation MDP si mode manuel
if (codeModeGenerationPass == "0") {