Hiển thị các bài đăng có nhãn Auto-login. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Auto-login. Hiển thị tất cả bài đăng

Thứ Năm, 28 tháng 2, 2019

Enable auto login with Debian

By default Debian has no auto login. Every time user has to login. The user can disable it by using below steps.

Open following file,

mousepad /usr/share/lightdm/lightdm.conf.d/01_debian.conf

Add following lines to the bottom of the file,

[SeatDefaults]
autologin-user=username
autologin-user-timeout=0


Replace the user name in the second line.

Save and Close the file.

Reference
https://steemit.com/software/@kskarthik/how-to-enable-auto-login-in-lightdm