Password Requirements
Permalink
Does anyone know of a solution in C5 for requiring at least 1 number and/or 1 special character? I know this can be accomplished with Javascript on the password reset page but that's not really a great solution.
Does anyone know of a way to do this within C5?
Thanks.
Does anyone know of a way to do this within C5?
Thanks.
I would probably just modify the registration method to validate password according to your guidelines. Use regex to validate, if it fails, spit out an incorrect password error to the registration page.
That makes sense. Thanks!
Thanks.