James Moger
2014-04-17 f531f8fc369af11a8d0f1a179e35bc8b5c9947cb
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);
}