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:
parent
2a9c001625
commit
c3170e9264
|
@ -342,7 +342,7 @@ sub authen_handler {
|
|||
return OK;
|
||||
} else {
|
||||
$r->note_auth_failure();
|
||||
return AUTH_REQUIRED;
|
||||
return DECLINED;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue