From 9c0a46a69b5070d9b15dfaae1f49dd35fd20a33e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 10 Jun 2018 15:23:47 +0400 Subject: Fixed compatibility issue Signed-off-by: Valentin Popov --- auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3