How to disable autologin in StretchDog?

Using applications, configuring, problems
Post Reply
Message
Author
stroudmw
Posts: 19
Joined: Fri 17 Mar 2017, 12:31

How to disable autologin in StretchDog?

#1 Post by stroudmw »

I'm using StretchDog, and I really like it except for one thing: I'm uncomfortable using "root" as my default user, and having the root user login automatically. I've setup my own user, but how do I prompt for the user/password that I want to use when my computer boots up?

puppytahruser
Posts: 63
Joined: Sun 02 Oct 2016, 20:17

re

#2 Post by puppytahruser »

You can use "SLIM" to prompt user and password at login.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#3 Post by fredx181 »

Indeed by using slim, or without slim, to login from console at boot do in terminal:

Code: Select all

cp -af /etc/inittab-noauto /etc/inittab
Reboot with save and there should be login prompt.

Fred

stroudmw
Posts: 19
Joined: Fri 17 Mar 2017, 12:31

#4 Post by stroudmw »

thanks very much!

Post Reply