mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Remove Nickname as well when triggering out of UI and Nick is wrong
This commit is contained in:
@@ -192,6 +192,9 @@ class eqsl extends CI_Controller {
|
||||
if ($status == 'Login Error') {
|
||||
log_message('error', 'eQSL Credentials-Error for '.$data['user_eqsl_name'].' Login will be disabled!');
|
||||
$this->eqslmethods_model->disable_eqsl_uid($this->session->userdata('user_id'));
|
||||
} elseif ($status == 'Nick Error') {
|
||||
log_message('error', 'eQSL Nickname-Error for User '.$data['user_eqsl_name'].' with Nickname '.($data['eqslqthnickname'] ?? '').' at station_profile'.($data['eqsl_station_id'] ?? '').' Nickname will be removed!');
|
||||
$this->eqlsmethods_model->disable_eqsl_station_id($this->session->userdata('user_id'),$data['eqsl_station_id']);
|
||||
}
|
||||
|
||||
if($status == 'Error') {
|
||||
|
||||
Reference in New Issue
Block a user