PDA

View Full Version : Password can't change / No Error Message



scalopus+
12-18-2009, 07:59 AM
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

DirectAdmin Support
12-20-2009, 07:38 PM
Hello,

For Debian, DirectAdmin calls the /usr/sbin/chpasswd command.
DA passes:
username:passwordto 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

scalopus+
12-21-2009, 10:20 AM
Thanks you John,

the problem now fixed.