mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Disallow next if the root password is not reused or provided.
CAL-344 #close
This commit is contained in:
parent
8a6dcfbe2f
commit
22470ba4af
3 changed files with 20 additions and 14 deletions
|
@ -151,7 +151,7 @@ UsersViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
{
|
||||
Calamares::JobQueue::instance()->globalStorage()->insert( "setRootPassword",
|
||||
configurationMap.value( "setRootPassword" ).toBool() );
|
||||
m_widget->setShowRootPassword( configurationMap.value( "setRootPassword" ).toBool() );
|
||||
m_widget->setWriteRootPassword( configurationMap.value( "setRootPassword" ).toBool() );
|
||||
}
|
||||
|
||||
if ( configurationMap.contains( "doAutologin" ) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue