summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index d82b8b56b..8b3a19f8b 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -682,7 +682,7 @@ sub autologin {
$o->{desktop} = 'KDE';
$o->{autologin} = $users[0];
} elsif (@wm > 1 && @users && !$o->{authentication}{NIS} && $o->{security} <= 2) {
- my $use_autologin = @users == 1;
+ my $use_autologin = $::globetrotter || @users == 1;
$in->ask_from_(
{ title => N("Autologin"),