]> git.wh0rd.org - tt-rss.git/blobdiff - classes/auth/base.php
add auth_base check_password()
[tt-rss.git] / classes / auth / base.php
index 7c37967af987e0d3b3e0c38b392bb1234ab70fcf..aa9d657a448de1f0b6bd5c3e1833205fff5d66ac 100644 (file)
@@ -6,6 +6,10 @@ class Auth_Base {
                $this->link = $link;
        }
 
+       function check_password($owner_uid, $password) {
+               return false;
+       }
+
        function authenticate($login, $password) {
                return false;
        }