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:
parent
bb11916fa9
commit
b85e2d777e
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user