Redmine.pm: Allow fallback to other Apache auth providers (#11475).

Contributed by Yasin Al Farhad.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10281 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-09-02 14:51:56 +00:00
parent 2a9c001625
commit c3170e9264
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ sub authen_handler {
return OK;
} else {
$r->note_auth_failure();
return AUTH_REQUIRED;
return DECLINED;
}
}