James Moger
2013-07-09 cb78b89ba770dc4edbd0f0a6ff70469cb8e0615c
Added External account type to enum
1 files modified
2 ■■■ changed files
src/main/java/com/gitblit/Constants.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/gitblit/Constants.java
@@ -480,7 +480,7 @@
    }
    
    public static enum AccountType {
        LOCAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
        LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
        
        public boolean isLocal() {
            return this == LOCAL;