mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 16:39:15 +00:00
normalize some mismatching hook function definitions to match base Plugin class
This commit is contained in:
@@ -29,7 +29,7 @@ class Auth_Remote extends Auth_Base {
|
||||
return "";
|
||||
}
|
||||
|
||||
function authenticate($login, $password) {
|
||||
function authenticate($login, $password, $service = '') {
|
||||
$try_login = "";
|
||||
|
||||
foreach (["REMOTE_USER", "HTTP_REMOTE_USER", "REDIRECT_REMOTE_USER", "PHP_AUTH_USER"] as $hdr) {
|
||||
|
||||
Reference in New Issue
Block a user