Hello Everyone,
In order to enable users to change their own email passwords, the cPanel password is first required for the XMLAPI authentication stage:
I was wondering, since this is not entered by the user, and has to be stored somewhere accessible by the script, what would be the best and safest way to store it?
Any suggestions would be welcome.
Thank you.
In order to enable users to change their own email passwords, the cPanel password is first required for the XMLAPI authentication stage:
Code:
$xmlapi->password_auth($cpUsername, $cpPassword)
Any suggestions would be welcome.
Thank you.