Results 1 to 4 of 4
Hello everybody!!
I created email account with commands "adduser -s /sbin/nologin test; passwd test";
Is there any way to grant permission to user "test" to change his password by himself?
...
- 10-21-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 1
Email account change password permission
Hello everybody!!
I created email account with commands "adduser -s /sbin/nologin test; passwd test";
Is there any way to grant permission to user "test" to change his password by himself?
Please help me if somebody can.
Thank you in advance.
- 10-22-2010 #2
How does this user access its email?
- 10-22-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
You should be able to change password by doing:
as root:
passwd test
as user test:
passwd
- 10-22-2010 #4


Reply With Quote
