A page in your DokuWiki was added or changed. Here are the details: Date : 2015/10/08 10:52 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 IP-Address : 193.248.50.71 Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.9/config_ppolicy?rev=1444292574 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.9/config_ppolicy Edit Summary: [Hashing] User : coudot
@@ -20,8 +20,13 @@ <note important>This option is ignored with Active Directory mode.</note> <note tip>Use ''auto'' to get the current password value and find the hash. This requires a read access to the password.</note> + + You can configure the cryptsalt prefix to choose the algorithm (see [[http://php.net/manual/en/function.crypt.php|crypt documentation]]): + <file php> + $hash_options['crypt_salt_prefix'] = "$6$"; + </file> ===== Size ===== Set minimal and maximal length in ''$pwd_min_length'' and ''$pwd_max_length'': <file php> -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/
_______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
