Allow 35 points passwords as announced (Closes #1019)
authorPascal Corpet <pascal.corpet@m4x.org>
Sun, 30 May 2010 19:18:23 +0000 (21:18 +0200)
committerPascal Corpet <pascal.corpet@m4x.org>
Sun, 30 May 2010 19:18:23 +0000 (21:18 +0200)
ChangeLog
htdocs/javascript/xorg.js

index 47f35eb..c49656e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ New:
         - Centralises email management through an email combobox           -JAC
 
 Bug/Wish:
+    * Core:
+        - #1019: Allow 35 points passwords as announced                    -Car
+
     * Profile:
         - #16, #528, #917: Changes job interface, updates business sectors -JAC
         - #188: Adds informations about the Corps d'État                   -JAC
index 3e6779a..eb8996a 100644 (file)
@@ -303,7 +303,7 @@ function checkPassword(box, okLabel) {
         color = "#4f4";
         bgcolor = "#050";
         ok = true;
-    } else if (prop >= 40) {
+    } else if (prop >= 35) {
         color = "#ff4";
         bgcolor = "#750";
         ok = true;