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