]> WPIA git - gigi.git/commitdiff
chg: get wording to be the same as in Signup.java
authorINOPIAE <m.maengel@inopiae.de>
Tue, 14 Nov 2017 20:53:40 +0000 (21:53 +0100)
committerFelix Dörre <felix@dogcraft.de>
Sun, 19 Nov 2017 12:44:09 +0000 (13:44 +0100)
Change-Id: I88b6a9aaa4108120074b8551960f0841c141054b

src/club/wpia/gigi/util/PasswordStrengthChecker.java

index 39a8580d393aa65bf53698292567f3a56142efc8..0df62480ef3d28d5e47b65e16b323f6db73a20cc 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 Pass Phrase you submitted failed to contain enough differing characters and/or contained words from your name and/or email address. For the current requirements, visit our {0}FAQ{1}.", Arrays.asList("!(/wiki/goodPassword", "!'</a>'"))));
+            throw (new GigiApiException(new SprintfCommand("The Pass Phrase 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>'"))));
         }
     }