Hello,
I wanted to further mention that if you use passwd, it doesn't sync up the FTP passwords for the users either, so you should instead be calling the following to change the passwords:
Code:
/scripts/realchpass username password
Additionally, this script does not handle the MySQL password any longer and you then need to call this script to change the MySQL password for the user:
Code:
/scripts/mysqlpasswd username password
For both of the above examples,
username is the cPanel username and
password is the MySQL password.
Again, to re-iterate, please do not use passwd for changing passwords, the cPanel and FTP passwords are handled by /scripts/realchpass and the MySQL passwords are handled by /scripts/mysqlpasswd scripts. If you use passwd, then only the cPanel password will change and not be synced with the FTP or MySQL passwords. If you use only /scripts/realchpass, then the MySQL password won't be changed. You must use both scripts to get the password changed for all 3 services.
Thanks.