Password can't change / No Error Message

scalopus+

Verified User
Joined
Mar 16, 2008
Messages
10
I cannot change users password though Admin Panel/User Panel and API.
New Random Password also not working properly.


It's show message like below

=================
Error changing password

Click here to return to the main page

Details

=================

No more details.
/var/log/directadmin/error.log has nothing.


I CAN change password though SSH, it's working properly.

How can I fix to make it can change password though DirectAdmin?


I had looking in forum for past 4 years, I cannot find the same problem :'(
I had follow http://help.directadmin.com/item.php?id=248 but it didn't help.


DA version 1.34.4
Ubuntu 8.04.3
 
Last edited:
Hello,

For Debian, DirectAdmin calls the /usr/sbin/chpasswd command.
DA passes:
Code:
username:password
to stdin to that program.

Check to ensure that you've got the chpasswd command, and that it's working correctly. Type "man chpasswd" to also confirm that the way DA calls it is valid for your setup.

John
 
Back
Top