A page in your DokuWiki was added or changed. Here are the details:

Date        : 2019/05/14 12:03
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 
Firefox/66.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.4/config_ppolicy?rev=1530089819
New Revision: 
http://ltb-project.org/documentation/self-service-password/1.4/config_ppolicy
Edit Summary: [Characters] 
User        : coudot

@@ -51,8 +51,13 @@
  $pwd_special_chars = "^a-zA-Z0-9";
  </file>
  
  This means special characters are all characters except alphabetical letters 
and digits.
+ 
+ You can check that these special characters are not at beginning or end of 
the password: 
+ <file php>
+ $pwd_no_special_at_ends = true;
+ </file>
  
  You can also disallow characters from being in password, with 
''$pwd_forbidden_chars'':
  <file php>
  $pwd_forbidden_chars = "@%";



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
ltb-changes@lists.ltb-project.org
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to