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;
|
return OK;
|
||||||
} else {
|
} else {
|
||||||
$r->note_auth_failure();
|
$r->note_auth_failure();
|
||||||
return AUTH_REQUIRED;
|
return DECLINED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user