]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Group.java
add: implement opt-in for notification of RA Agent
[gigi.git] / src / org / cacert / gigi / dbObjects / Group.java
index d5dae430d68f6d3fa778a536f75c9eaba42c39d5..91becaf8c84d97b518810f3281f6cd08d9b066e4 100644 (file)
@@ -18,7 +18,8 @@ public enum Group implements DBEnum {
     CODESIGNING("codesigning", "may issue codesigning certificates", true, false, false), //
     ORGASSURER("orgassurer", "may verify organisations", true, false, true), //
     NUCLEUS_ASSURER("nucleus-assurer", "may enter nucleus verifications", true, false, true), //
-    LOCATE_AGENT("locate-agent", "wants access to the locate agent system", false, true, false);
+    LOCATE_AGENT("locate-agent", "wants access to the locate agent system", false, true, false), //
+    VERIFY_NOTIFICATION("verify-notification", "wants to receive an email notification for any Verification they enter", false, true, false);
 
     private final String dbName;