From ae7574045eb6e5393c2f74349a69816f28226a65 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 29 Apr 2026 08:31:00 +0300 Subject: [PATCH] Feat: pouoir mettre password user nullable et aussi notification global --- .../Users/UserCreatePresentation.vue | 2 +- .../views/pages/Parametrage/UserCreate.vue | 25 +++++++------------ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/thanasoft-front/src/components/Organism/Parametrage/Users/UserCreatePresentation.vue b/thanasoft-front/src/components/Organism/Parametrage/Users/UserCreatePresentation.vue index 176847b..29fa3c5 100644 --- a/thanasoft-front/src/components/Organism/Parametrage/Users/UserCreatePresentation.vue +++ b/thanasoft-front/src/components/Organism/Parametrage/Users/UserCreatePresentation.vue @@ -66,7 +66,7 @@ 1. Définir nom et email.

- 2. Saisir un mot de passe initial. + 2. Le mot de passe initial est optionnel.

3. Assigner le rôle adapté au périmètre diff --git a/thanasoft-front/src/views/pages/Parametrage/UserCreate.vue b/thanasoft-front/src/views/pages/Parametrage/UserCreate.vue index af6be2f..2680e9c 100644 --- a/thanasoft-front/src/views/pages/Parametrage/UserCreate.vue +++ b/thanasoft-front/src/views/pages/Parametrage/UserCreate.vue @@ -15,14 +15,15 @@