Skip to content
Snippets Groups Projects
Commit 1adf46fb authored by Tania Fecheta's avatar Tania Fecheta
Browse files

fix(passwordStrengthRegex): updated the regex for password strength

parent 5074e325
No related branches found
No related tags found
3 merge requests!196S25 - EiC submit revision,!189S25,!183Hin 961 strong password
...@@ -143,6 +143,6 @@ module.exports = { ...@@ -143,6 +143,6 @@ module.exports = {
}, },
}, },
passwordStrengthRegex: new RegExp( passwordStrengthRegex: new RegExp(
'^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#$%^&*])(?=.{6,128})', '^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#$%^&,.?;\'*><)([}{}":`~+=_-\\|/])(?=.{6,128})',
), ),
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment