There is any implementation available that allow to put in place a strong passoword definifion for users(i.e. minimun 8 char, with numerbs and letters and special char, not char repeted epire after xx days...).
Or any idea how to implement and use it.
Thankis and berst regards,
Marco
Password algorithm
Moderators: Developer, Contributor
Re: Password algorithm
Two links to start reading
http://www.mantisbt.org/bugs/view.php?id=7791
http://www.mantisbt.org/bugs/view.php?id=4235
A simple approach would be to check the password with a regular expression.
Something like described at http://www.cafewebmaster.com/check-pass ... -and-regex
http://www.mantisbt.org/bugs/view.php?id=7791
http://www.mantisbt.org/bugs/view.php?id=4235
A simple approach would be to check the password with a regular expression.
Something like described at http://www.cafewebmaster.com/check-pass ... -and-regex