Luca Milanesio
2015-09-09 e618eb051246e7941dc2964a5038587c9d45d1d2
src/main/java/com/gitblit/manager/IUserManager.java
@@ -19,5 +19,13 @@
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
     * @since 1.4.0
    */
   boolean isInternalAccount(String username);
}