if (!$this->ion_auth->logged_in() || !$this->ion_auth->is_admin()) { redirect('auth', 'refresh'); }
$deactivate = $this->ci->ion_auth_model->deactivate($register);
$user = $this->ci->ion_auth_model->get_user($register)->row();