From ec78654f4eecdc7ae70a29a8b3b50850ed58fd39 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Sep 2012 12:46:08 +0400 Subject: add auth_base check_password() --- classes/auth/base.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'classes/auth') diff --git a/classes/auth/base.php b/classes/auth/base.php index 7c37967af..aa9d657a4 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; } -- cgit v1.2.3