summaryrefslogtreecommitdiff
path: root/classes/auth
diff options
context:
space:
mode:
Diffstat (limited to 'classes/auth')
-rw-r--r--classes/auth/base.php4
1 files changed, 4 insertions, 0 deletions
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;
}