mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Be sure to validate user name even if empty.
This commit is contained in:
parent
9557bcd650
commit
701d7d8a62
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ UsersPage::onFullNameTextEdited( const QString& textRef )
|
||||||
ui->textBoxUsername->clear();
|
ui->textBoxUsername->clear();
|
||||||
if ( !m_customHostname )
|
if ( !m_customHostname )
|
||||||
ui->textBoxHostname->clear();
|
ui->textBoxHostname->clear();
|
||||||
|
m_readyFullName = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue