A page in your DokuWiki was added or changed. Here are the details: Date : 2018/06/27 10:56 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 IP-Address : 81.250.130.213 Hostname : LNeuilly-657-1-3-213.w81-250.abo.wanadoo.fr Old Revision: http://ltb-project.org/documentation/self-service-password/1.3/config_ppolicy?rev=1526544104 New Revision: http://ltb-project.org/documentation/self-service-password/1.3/config_ppolicy Edit Summary: User : coudot
@@ -63,8 +63,15 @@ You can define how many different class of characters (lower, upper, digit, special) are needed in the password: <file php> $pwd_complexity = 2; + </file> + + ===== Pwned Passwords ===== + + Allows to check if the password was already compromised, using https://haveibeenpwned.com/ database: + <file php> + $use_pwnedpasswords = false; </file> ===== Reuse ===== -- This mail was generated by DokuWiki at http://ltb-project.org/
_______________________________________________ ltb-changes mailing list [email protected] https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes
