diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-10 14:23:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-10 14:23:47 +0300 |
commit | 9c0a46a69b5070d9b15dfaae1f49dd35fd20a33e (patch) | |
tree | ad9fd0c271ff87a0cde52523320ee4832f9013c1 /auth.php | |
parent | 9afca453779700f8ca9a50a2ba1bb29619482dd5 (diff) | |
download | auth_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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |