]> git.wh0rd.org Git - tt-rss.git/commitdiff
add auth_base check_password()
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 4 Sep 2012 08:46:08 +0000 (12:46 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 4 Sep 2012 08:46:08 +0000 (12:46 +0400)
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;
        }