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;