James Moger
2013-07-02 1b0e0503d94d0b8c7f4c6ea70783770b9e76f5f8
src/main/java/com/gitblit/Constants.java
@@ -480,7 +480,7 @@
   }
   
   public static enum AccountType {
      LOCAL, LDAP, REDMINE, SALESFORCE;
      LOCAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
      
      public boolean isLocal() {
         return this == LOCAL;