user without password

Status
Not open for further replies.

kadal27

Broken In
Redhat Linux 8 Psyche

Is it possible to create a user account without password?
Is it possible to modify a user account to logon without password?
 

praka123

left this forum longback
the second option seems more legitimate.u can set that by running `gdmsetup` and select security tab and enable `allow root to login`.but first option can be achieved by simply pressing enter in most distros and is not recommended.in windows only such a thing is done.
 

paragkalra

The Linux Man !
If don't want to give a password to user, fire this on terminal as a root user:

#useradd <user-name>
#passwd -d <user-name>
 
Status
Not open for further replies.
Top Bottom