Hi, I am trying to let the user to maintain their password policy but is there any way for user to maintain the password policy without using regular expression.
The password policy is checked directly in UserEditor
and ChangePasswordDialog
screens, so you can change it only if you override them or replace completely with your own.