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