Skip to main content

Thread: Add user not displaying in login screen


hi,

how can add user not show in login screen? user run wsgi deamon processes only, , should not regular login user.

far i've tried adduser command both --disabled-login , --disabled-password options. still, user displayed in login screen.

thanks,
tores

set uid of user less 1000:
code:
adduser --uid 999 ....
you can change uid of existing user usermod command:
code:
usermod -u 999 username


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Add user not displaying in login screen


Ubuntu

Comments