CMD_CHANGE_EMAIL_PASSWORD: page blank when success

KC08

Verified User
Joined
Dec 27, 2008
Messages
14
Hello,

We found that if we change the email account's password using /CMD_CHANGE_EMAIL_PASSWORD it will return a blank page on success. Should it return some message at least telling user the change is successful?

Ken
 
Are there any script hooks that have root ownership or wrong chmods? That's the only reason I can think of for a blank page - maybe someone will correct me if I'm wrong.
 
We do have a custom email_change_pass_post.sh set, but the script runs fine. If we change the password within DirectAdmin it shows an "Account password changed" message, only /CMD_CHANGE_EMAIL_PASSWORD shows a blank page on success. The script does not, and cannot, return anything or DirectAdmin will think the script failed.

Ownership of the file is correct:

-rwx------ 1 diradmin diradmin 608 Jun 30 11:04 email_change_pass_post.sh

Removing/renaming the script result in the /CMD_CHANGE_EMAIL_PASSWORD show "Password Saved!" again.

P.S. Emailed support about this problem.
 
Last edited:
Back
Top