[users] **keep** the create users job
- need to add the job to the list rather than just leaking it
This commit is contained in:
parent
cac3e042d8
commit
03871db597
@ -131,6 +131,7 @@ UsersViewStep::onLeave()
|
|||||||
m_config->fullName().isEmpty() ? m_config->loginName() : m_config->fullName(),
|
m_config->fullName().isEmpty() ? m_config->loginName() : m_config->fullName(),
|
||||||
m_config->doAutoLogin(),
|
m_config->doAutoLogin(),
|
||||||
m_config->defaultGroups() );
|
m_config->defaultGroups() );
|
||||||
|
m_jobs.append( Calamares::job_ptr( j ) );
|
||||||
|
|
||||||
j = new SetPasswordJob( m_config->loginName(), m_config->userPassword() );
|
j = new SetPasswordJob( m_config->loginName(), m_config->userPassword() );
|
||||||
m_jobs.append( Calamares::job_ptr( j ) );
|
m_jobs.append( Calamares::job_ptr( j ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user