James Moger
2013-06-24 f59874809d61baf25244756cb280beaeecc33e96
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;