mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-04 15:16:10 +02:00
add auth_base check_password()
This commit is contained in:
parent
3ca8af7fd8
commit
ec78654f4e
@ -6,6 +6,10 @@ class Auth_Base {
|
||||
$this->link = $link;
|
||||
}
|
||||
|
||||
function check_password($owner_uid, $password) {
|
||||
return false;
|
||||
}
|
||||
|
||||
function authenticate($login, $password) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user