Skip to content
Snippets Groups Projects
Commit 3ea129c2 authored by salazard's avatar salazard
Browse files

remplace notif by contact

parent 3c5114c1
Branches
No related tags found
1 merge request!88remplace notif by contact
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
<!-- 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-hint>
Il faut 8 caractères avec au moins : une majuscule, une minuscule, et un chiffre. </mat-hint>
</mat-form-field> </mat-form-field>
<!-- Confirm password --> <!-- Confirm password -->
<mat-form-field class="full-width"> <mat-form-field class="full-width">
<input matInput type="password" formControlName="passwordConfirm" placeholder="Confirmer le mot de passe" <input matInput type="password" formControlName="passwordConfirm" placeholder="Confirmer le mot de passe"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment