mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Version 1.0.2 - Updated code standards to comply with Moodle CI Bot checks.
This commit is contained in:
1
auth.php
1
auth.php
@@ -60,7 +60,6 @@ class auth_plugin_outage extends auth_plugin_base {
|
||||
* @param string $username Not used in this plugin.
|
||||
* @param string $password Not used in this plugin.
|
||||
* @return bool False
|
||||
* @SuppressWarnings("unused")
|
||||
*/
|
||||
public function user_login($username, $password) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user