password regex to match ASP.Net identity PasswordValidator
password regex to match ASP.Net identity PasswordValidator
`var validatior = new PasswordValidator{RequiredLength = 6,
RequireNonLetterOrDigit = true,
RequireDigit = true,
RequireLowercase = true,
RequireUppercase = true...
Submitted by P. Zantinge - 7 years ago