What the best way to change the min length of a password to 7chars?
I did find in ow_utilities/validator.php
on line 32
const PASSWORD_MIN_LENGTH = 4;
if i edit that to 7 will that do it globally ... or is there a better way?
thanks
What the best way to change the min length of a password to 7chars?
I did find in ow_utilities/validator.php
on line 32
const PASSWORD_MIN_LENGTH = 4;
if i edit that to 7 will that do it globally ... or is there a better way?
thanks
seems to work... :)
just dont forget to change your lang text to show the new number instead of the default 4