]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/util/PasswordStrengthChecker.java
chg: adjust wording and target for static links
[gigi.git] / src / club / wpia / gigi / util / PasswordStrengthChecker.java
index 112f71283441e568045f3e57708dfb2b3b126302..6d5280afa09d55e7817e5eabbba483ad8fa3c5a6 100644 (file)
@@ -80,7 +80,7 @@ public class PasswordStrengthChecker {
             }
         }
         if (checkpw(pw, parts.toArray(new String[parts.size()]), email) < 3) {
-            throw (new GigiApiException(new SprintfCommand("The Password you submitted failed to contain enough differing characters and/or contained words from your name and/or email address. For the current requirements and to learn more, visit our {0}FAQ{1}.", Arrays.asList("!(/wiki/goodPassword", "!'</a>'"))));
+            throw (new GigiApiException(new SprintfCommand("The Password you submitted failed to contain enough differing characters and/or contained words from your name and/or email address. For the current requirements and to learn more, visit our {0}FAQ{1}.", Arrays.asList("!(/kb/goodPassword", "!'</a>'"))));
         }
     }