X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2FdbObjects%2FGroup.java;h=91becaf8c84d97b518810f3281f6cd08d9b066e4;hp=d5dae430d68f6d3fa778a536f75c9eaba42c39d5;hb=f315d0bca61b165008c9af84ddba648fae2361e9;hpb=b4295cc1e6c821c5701986b5bb4424726f0e1596 diff --git a/src/org/cacert/gigi/dbObjects/Group.java b/src/org/cacert/gigi/dbObjects/Group.java index d5dae430..91becaf8 100644 --- a/src/org/cacert/gigi/dbObjects/Group.java +++ b/src/org/cacert/gigi/dbObjects/Group.java @@ -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;