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

Merge branch 'new_signup' into 'master'

remplace notif by contact

See merge request !88
parents aa4d38bd 3ea129c2
No related branches found
No related tags found
1 merge request!88remplace notif by contact
......@@ -48,9 +48,9 @@
<!-- Password -->
<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>
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>
<!-- Confirm password -->
<mat-form-field class="full-width">
<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