diff --git a/auth.php b/auth.php index d936628..85ad706 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($user, $newpassword) { + public function user_update_password() { return false; }