]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/main/RegisterPage.java
Merge "Update notes about password security"
[gigi.git] / src / org / cacert / gigi / pages / main / RegisterPage.java
index 4bc2cd957fa9b7d6e0e0c88cffbf0392cc5bba09..1e6b33783ee3b89c47c3e602cb90b0196bb949a8 100644 (file)
@@ -19,7 +19,7 @@ public class RegisterPage extends Page {
 
     public static final String PATH = "/register";
 
-    // 5 per 5 min
+    // 50 per 5 min
     public static final RateLimit RATE_LIMIT = new RateLimit(50, 5 * 60 * 1000);
 
     public RegisterPage() {