]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/User.java
upd: set MAXIMUM_PLAUSIBLE_AGE to 120 years
[gigi.git] / src / org / cacert / gigi / dbObjects / User.java
index 4312d9acd00a897e7a2159b0b6f34442ed9d978a..2ec18b7088e81ff6d7188ab1b11dbcced6fb7be6 100644 (file)
@@ -43,7 +43,7 @@ public class User extends CertificateOwner {
 
     public static final int MINIMUM_AGE = 16;
 
-    public static final int MAXIMUM_PLAUSIBLE_AGE = 110;
+    public static final int MAXIMUM_PLAUSIBLE_AGE = 120;
 
     public static final int POJAM_AGE = 14;