summaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
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 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;
}