diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index b99830492..ec8098971 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -784,6 +784,7 @@ sub setRootPassword { $o->{superuser}{name} = 'root'; any::write_passwd_user($o->{prefix}, $o->{superuser}, $o->{authentication}{md5}); delete $o->{superuser}{name}; + install_any::set_authentication($o); } #------------------------------------------------------------------------------ @@ -833,8 +834,6 @@ sub addUser { $o->pkg_install("autologin") if $o->{autologin}; any::set_autologin($o->{autologin}, $o->{desktop}); - install_any::setAuthentication($o); - install_any::disable_user_view($p) if @$users == (); } |