src/com/gitblit/Constants.java
@@ -405,6 +405,14 @@ return ordinal() <= COOKIE.ordinal(); } } public static enum AccountType { LOCAL, LDAP, REDMINE; public boolean isLocal() { return this == LOCAL; } } @Documented @Retention(RetentionPolicy.RUNTIME)