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

Merge branch 'new_signup' into 'master'

add patern

See merge request !85
parents f504d709 8ef97f32
No related branches found
No related tags found
1 merge request!85add patern
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<!-- Password --> <!-- Password -->
<mat-form-field class="full-width"> <mat-form-field class="full-width">
<input matInput type="password" formControlName="password" placeholder="Mot de passe" 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>
</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