summaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-06-10 14:23:47 +0300
committerValentin Popov <info@valentineus.link>2018-06-10 14:23:47 +0300
commit9c0a46a69b5070d9b15dfaae1f49dd35fd20a33e (patch)
treead9fd0c271ff87a0cde52523320ee4832f9013c1 /auth.php
parent9afca453779700f8ca9a50a2ba1bb29619482dd5 (diff)
downloadauth_link-9c0a46a69b5070d9b15dfaae1f49dd35fd20a33e.tar.xz
auth_link-9c0a46a69b5070d9b15dfaae1f49dd35fd20a33e.zip
Fixed compatibility issue
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'auth.php')
-rw-r--r--auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.php b/auth.php
index ae5f4af..c51d618 100644
--- a/auth.php
+++ b/auth.php
@@ -67,7 +67,7 @@ class auth_plugin_link extends auth_plugin_base {
/**
* No password updates.
*/
- public function user_update_password() {
+ public function user_update_password($user, $newpassword) {
return false;
}