diff --git a/classes/auth/base.php b/classes/auth/base.php index 7c37967a..aa9d657a 100644 --- a/classes/auth/base.php +++ b/classes/auth/base.php @@ -6,6 +6,10 @@ class Auth_Base { $this->link = $link; } + function check_password($owner_uid, $password) { + return false; + } + function authenticate($login, $password) { return false; }