-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixer des contraintes de longueur et de complexité des mots de passe #2224
Conversation
public/js/app.js
Outdated
@@ -963,32 +963,18 @@ document?.querySelectorAll('.fr-password-toggle')?.forEach(pwdToggle => { | |||
}) | |||
}) | |||
document?.querySelector('form[name="login-creation-mdp-form"]')?.querySelectorAll('[name^="password"]').forEach(pwd => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Déporter toute cette logique dans un nouveau fichier js dans assets/controllers
. ll est prévu de supprimer app.js
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relecture et tests OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lecture + Test OK
Ticket
#721 #2145
Description
Ajout de contraintes de validation pour des mot de passe plus fort :
Suppression de l'affichage de la modale CGU lors de la modification d'un mot de passe
Modification du mot de passe par défaut de la commande
app:add-user
pour matcher les contraintesTests