##// END OF EJS Templates
Redmine.pm: Allow fallback to other Apache auth providers (#11475)....
Jean-Philippe Lang -
r10098:c3170e926491
parent child
Show More
@@ -342,7 +342,7 sub authen_handler {
342 return OK;
342 return OK;
343 } else {
343 } else {
344 $r->note_auth_failure();
344 $r->note_auth_failure();
345 return AUTH_REQUIRED;
345 return DECLINED;
346 }
346 }
347 }
347 }
348
348
General Comments 0
You need to be logged in to leave comments. Login now