src/main/java/com/gitblit/Constants.java
@@ -480,7 +480,7 @@ } public static enum AccountType { LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS; LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS, PAM; public boolean isLocal() { return this == LOCAL;