James Moger
2013-07-03 abab3a4e2bc221eb358f846f171cb24fc0f687ad
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;