QMessageBox::critical(this,tr("Error"),tr("Your account has not been activated yet."));
caseResponse::RespAccountNotActivated:{
boolok=false;
QStringtoken=QInputDialog::getText(this,tr("Account activation"),tr("Your account has not been activated yet.\n You need to provide the activation token received in the activation email"),QLineEdit::Normal,QString(),&ok);