password for new user

Asked by srikumar

Using Ubuntu 17.04 with all the upgrades.
Have setup a new user using the graphical interface.
However the screen indicates "Account disabled" against the password option
How to activate the password option for the new user ?

Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

As your own user, run:

sudo passwd username

Obviously change "username" for the username you made.

Eg:
sudo passwd andy

Should be OK then.

Revision history for this message
srikumar (ssrikumar) said :
#2

Thanks actionparsnip, that solved my question.