If we don't ask for a root password, allow going forward without it.

CAL-248 #close Should be fixed, please test.
This commit is contained in:
Teo Mrnjavac 2015-07-02 11:21:46 +02:00
parent bb11916fa9
commit b85e2d777e

View File

@ -88,7 +88,7 @@ UsersPage::isReady()
return m_readyFullName && return m_readyFullName &&
m_readyHostname && m_readyHostname &&
m_readyPassword && m_readyPassword &&
m_readyRootPassword && ( !m_showRootPassword || m_readyRootPassword ) &&
m_readyUsername; m_readyUsername;
} }