Dodan patch za podesavanje $min_pass_length vrijednosti.
[squirrelmail-change-pass.git] / debian / patches / 001config.patch
diff --git a/debian/patches/001config.patch b/debian/patches/001config.patch
new file mode 100644 (file)
index 0000000..19c7e2e
--- /dev/null
@@ -0,0 +1,11 @@
+Index: squirrelmail-change-pass/config_example.php
+===================================================================
+--- squirrelmail-change-pass.orig/config_example.php   2010-04-23 16:57:15.000000000 +0200
++++ squirrelmail-change-pass/config_example.php        2010-04-23 16:57:40.000000000 +0200
+@@ -5,5 +5,5 @@
+     // The default port is 106
+     #$poppass_port = 106;
+-    $min_pass_length = 0;
++    $min_pass_length = 8;
+     $max_pass_length = 9999999;