Skip to content
Snippets Groups Projects
Commit 701d7d8a authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Be sure to validate user name even if empty.

parent 9557bcd6
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,7 @@ UsersPage::onFullNameTextEdited( const QString& textRef )
ui->textBoxUsername->clear();
if ( !m_customHostname )
ui->textBoxHostname->clear();
m_readyFullName = false;
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment