[Rt-commit] rt branch, 4.6/password-complexity, repushed
Aaron Kondziela
aaron at bestpractical.com
Mon Oct 3 18:50:34 EDT 2016
The branch 4.6/password-complexity was deleted and repushed:
was 8d7a9e693090bb6be580a1c4a961323fa413e133
now d314024b32b805e04629cdbf85390b574d782f27
1: 8d7a9e6 ! 1: d314024 Improve password complexity configuration
@@ -33,7 +33,7 @@
+C<%PasswordPolicy> sets the requirements for a user's password. The options
+and their default values are:
+
-+ MinimumLength => 8,
++ MinimumLength => 5,
+ Uppercase => 0,
+ Lowercase => 0,
+ Digits => 0,
@@ -55,7 +55,7 @@
+=cut
+
+Set(%PasswordPolicy, (
-+ MinimumLength => 8,
++ MinimumLength => 5,
+ Uppercase => 0,
+ Lowercase => 0,
+ Digits => 0,
More information about the rt-commit
mailing list