James Moger
2013-06-18 0457984cef51c24f08d32fd802eb7d3c8a204920
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;