I want to have a set of simple password policies that we can apply: * password length * lower/higher letters * no. of digits * no. of special characters Those checks should be done on the backend side
I want to have a set of simple password policies that we can apply:
Those checks should be done on the backend side