Password algorithm

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
dapozzom
Posts: 1
Joined: 09 Jun 2010, 12:38

Password algorithm

Post by dapozzom »

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
atrol
Site Admin
Posts: 8580
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Password algorithm

Post by atrol »

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
Please use Search before posting and read the Manual
Post Reply