We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1978a commit 778c57fCopy full SHA for 778c57f
auth.php
@@ -179,7 +179,6 @@ public function user_login_userkey() {
179
$event = \core\event\user_login_failed::create(array('userid' => $user->id,
180
'other' => array('username' => $user->username, 'reason' => $failurereason)));
181
$event->trigger();
182
- error_log('[client '.getremoteaddr()."] $CFG->wwwroot Suspended Login: $user->username ".$_SERVER['HTTP_USER_AGENT']);
183
throw new invalid_parameter_exception('User suspended');
184
}
185
complete_user_login($user);
0 commit comments