mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue