James Moger
2014-03-12 2a81bdf4c10f6394c052457303a82f925209e3f3
src/main/java/com/gitblit/manager/IUserManager.java
@@ -19,5 +19,12 @@
public interface IUserManager extends IManager, IUserService {
   /**
    * Returns true if the username represents an internal account
    *
    * @param username
    * @return true if the specified username represents an internal account
    */
   boolean isInternalAccount(String username);
}