diff --git a/auth.php b/auth.php index 0d84e2c..b8838f9 100644 --- a/auth.php +++ b/auth.php @@ -46,7 +46,7 @@ class auth_plugin_outage extends auth_plugin_base * Do not authenticate users. * @return bool False */ - public function user_login() { + public function user_login($username, $password) { return false; } }