Skip to content
Snippets Groups Projects
Commit aa4d38bd authored by Hamza Touizrat's avatar Hamza Touizrat
Browse files

Merge branch 'new_signup' into 'master'

remplace notif by contact

See merge request !87
parents f98e37af 3c5114c1
Branches
No related tags found
1 merge request!87remplace notif by contact
...@@ -42,12 +42,13 @@ ...@@ -42,12 +42,13 @@
<p> <p>
Il ne te reste plus qu'à choisir un mot de passe de minimum 8 caractères avec au moins : une majuscule, une minuscule, et un chiffre. Il ne te reste plus qu'à choisir un mot de passe. :-)
</p> </p>
<!-- Password --> <!-- Password -->
<mat-form-field class="full-width"> <mat-form-field class="full-width">
<input matInput type="password" minlength="8" minlength="8" formControlName="password" placeholder="Mot de passe" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required> <input matInput type="password" minlength="8" minlength="8" formControlName="password" placeholder="Mot de passe" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required>
Il faut 8 caractères avec au moins : une majuscule, une minuscule, et un chiffre.
</mat-form-field> </mat-form-field>
<!-- Confirm password --> <!-- Confirm password -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment