James Moger
2013-06-20 cc3e873c09b1a91ffe232ba365e5933eb6829209
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;