James Moger
2013-09-30 699e71e76b15081baf746c6ce9c9144f7e5f1ff9
src/main/java/com/gitblit/HtpasswdUserService.java
@@ -254,6 +254,7 @@
     * If the key is set to false, then it is determined if the account is local
     * according to the logic of the GitblitUserService.
     */
    @Override
    protected boolean isLocalAccount(String username)
    {
        if ( settings.getBoolean(KEY_OVERRIDE_LOCALAUTH, DEFAULT_OVERRIDE_LOCALAUTH) ) {
@@ -270,6 +271,7 @@
     *
     * @return AccountType.HTPASSWD
     */
    @Override
    protected AccountType getAccountType()
    {
        return AccountType.HTPASSWD;