X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=squirrelmail-change-pass.git;a=blobdiff_plain;f=debian%2Fpatches%2F001config.patch;fp=debian%2Fpatches%2F001config.patch;h=19c7e2e7c4be1b95bcfb5ef5e5119d2d0531e852;hp=0000000000000000000000000000000000000000;hb=913359e14b4192a9d9bd0dfd39377588ccedd74f;hpb=64eb88d98c5a88d911f63634916665aa6069ed33 diff --git a/debian/patches/001config.patch b/debian/patches/001config.patch new file mode 100644 index 0000000..19c7e2e --- /dev/null +++ b/debian/patches/001config.patch @@ -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;