]> WPIA git - gigi.git/commitdiff
upd: change experience points from 2 to 4 as defined to have the same
authorINOPIAE <m.maengel@inopiae.de>
Fri, 29 Jul 2016 05:44:35 +0000 (07:44 +0200)
committerFelix Dörre <felix@dogcraft.de>
Sat, 30 Jul 2016 17:22:35 +0000 (19:22 +0200)
100 points limit for VP and XP

fixes issue #76

Change-Id: Idc0f605cb4841c6d9a93f40e132ea5e435346785

src/org/cacert/gigi/dbObjects/User.java

index 2ec18b7088e81ff6d7188ab1b11dbcced6fb7be6..9056a35b31d1529d8ec41e27f5093031e711854b 100644 (file)
@@ -51,7 +51,7 @@ public class User extends CertificateOwner {
 
     public static final boolean POJAM_ENABLED = false;
 
-    public static final int EXPERIENCE_POINTS = 2;
+    public static final int EXPERIENCE_POINTS = 4;
 
     /**
      * Time in months a verification is considered "recent".