James Moger
2013-06-17 06116dd5f166ec2fff0531d21d6a291c9018703c
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;