mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:45:56 +00:00
add auth_base check_password()
This commit is contained in:
@@ -6,6 +6,10 @@ class Auth_Base {
|
|||||||
$this->link = $link;
|
$this->link = $link;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function check_password($owner_uid, $password) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
function authenticate($login, $password) {
|
function authenticate($login, $password) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user