Be sure we refuse password with less than 6 characters.
[platal.git] / htdocs / javascript / xorg.js
index 3506e52..cd6d253 100644 (file)
@@ -320,7 +320,7 @@ function checkPassword(box) {
         prev = type;
     }
     if (pass.length < 6) {
-        prop *= 0.8;
+        prop *= 0.75;
     }
     if (prop > 100) {
         prop = 100;