Rafael Cavazin
2013-07-21 1be31659e7e92c0fdc32e629d059d2aed5fe3a63
src/main/java/com/gitblit/Constants.java
@@ -480,7 +480,7 @@
   }
   
   public static enum AccountType {
      LOCAL, LDAP, REDMINE;
      LOCAL, EXTERNAL, LDAP, REDMINE, SALESFORCE, WINDOWS;
      
      public boolean isLocal() {
         return this == LOCAL;