James Moger
2013-07-17 413c75574773df4208f94c53b3bd2ece97a8fadb
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;