1751885 Members
5647 Online
108783 Solutions
New Discussion юеВ

Re: Password Issue

 
SOLVED
Go to solution
Sajjad Sahir
Honored Contributor

Re: Password Issue


the same user what asked old passwd

that one try first

by using this command

passwd -df new122


then open another terminal session
try to enter the user which one u forgot the passwd

thanks and regards

Sajjad


R.K. #
Honored Contributor

Re: Password Issue

Hi UniRock,

Are you creating a NEW user with UID 0.....or this is an OLD/existing user??
Don't fix what ain't broke
Ganesan R
Honored Contributor

Re: Password Issue

Hi,

Never create a user with uid 0.

Think if you remove the user later point of time along with user owned files delete option. It delete all the root owned files as well.

So it is not recommanded to have user with uid 0
Best wishes,

Ganesh.
Suraj K Sankari
Honored Contributor

Re: Password Issue

Hi,

After deleteing the * save the file
give passwd test

Suraj
UniRock
Regular Advisor

Re: Password Issue

Hello All,

Removing * from below line solved the issue :)
u_pwd=*:\ <<<======

Actually first I tried this and failed.
u_pwd= :\ <<=== space before colon

Later, I tried this and succeeded.
u_pwd=:\ <<<==== no space before colon.


================================
Thanks all of you specially Suraj and Avizen.

Sometimes, along with the soluton, we require advice also.
Thanks Ganeshan for your valuable suggestion.

================================
Jestin John Chacko
Regular Advisor

Re: Password Issue

Dear
Really a useful solution for me too .Thanks