diff --git a/saas/axops/src/ui/src/app/common/customValidators/CustomRegex.ts b/saas/axops/src/ui/src/app/common/customValidators/CustomRegex.ts index 4e81b2ccb25f..d98dc935d4ac 100644 --- a/saas/axops/src/ui/src/app/common/customValidators/CustomRegex.ts +++ b/saas/axops/src/ui/src/app/common/customValidators/CustomRegex.ts @@ -2,7 +2,7 @@ export class CustomRegex { // Password will match only: 8+ letters, at least 1 lower case letter, // at least 1 upper case letter, and at least 1 special character - public static password = /^(?=.*?[A-Za-z])(?=.*?[0-9])(?=.*?[#?!@()_+=;:"\'<>,./~{\[\\}|\]$%^&*-]).{8,}$/; + public static password = /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@()_+=;:"\'<>,./~{\[\\}|\]$%^&*-]).{8,}$/; // Minimum 8 characters at least 1 Alphabet, 1 Number and 1 Special Character: // public static password: string = '^(?=.*[A-Za-z])(?=.*\d)(?=.*[$@$!%*#?&])[A-Za-z\d$@$!%*#?&]{8,}$'; diff --git a/saas/axops/src/ui/src/app/views/forgot-password/forgot-confirmation/forgot-confirmation.html b/saas/axops/src/ui/src/app/views/forgot-password/forgot-confirmation/forgot-confirmation.html index 9ec6322643f9..62dca8245d10 100644 --- a/saas/axops/src/ui/src/app/views/forgot-password/forgot-confirmation/forgot-confirmation.html +++ b/saas/axops/src/ui/src/app/views/forgot-password/forgot-confirmation/forgot-confirmation.html @@ -1,10 +1,23 @@ -
-
- -

Reset password link is sent

-
Check your email and click the link to reset your password
-