avoid special characters in generated passwords foerste
authorMatthias Förste <foerste@schlittermann.de>
Fri, 22 Jul 2011 09:38:29 +0200
branchfoerste
changeset 56 eea8bbbf3818
parent 55 68a8cf343f66
child 57 2b8cf6a91d0b
child 58 5ef2ef7bb177
avoid special characters in generated passwords
lib/Ius/Dav/Htpasswd.pm
--- a/lib/Ius/Dav/Htpasswd.pm	Fri Jul 22 09:28:52 2011 +0200
+++ b/lib/Ius/Dav/Htpasswd.pm	Fri Jul 22 09:38:29 2011 +0200
@@ -161,7 +161,7 @@
 
 }
 
-sub mkpasswd { return String::MkPasswd::mkpasswd; }
+sub mkpasswd { return String::MkPasswd::mkpasswd -minspecial => 0; }
 
 sub userdel {