The GNOME Display Manager (GDM) can allow users to automatically login without
user interaction or credentials. User should always be required to authenticate themselves
to the system that they are authorized to use. To disable user ability to automatically
login to the system, set the AutomaticLoginEnable
to false
in the
[daemon]
section in /etc/gdm/custom.conf
. For example:
[daemon]
AutomaticLoginEnable=false