BF/FR: CMD_CHANGE_EMAIL_PASSWORD returns nothing in case of success

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,821
Location
Switzerland
According to this: http://www.directadmin.com/api.html#email
when using CMD_CHANGE_EMAIL_PASSWORD,
a dynamic "success" page should be shown in case the password was successfully changed.
Instead, we get a blank page and that causes problems with some scripts.

Could this be replaced with a simple "Success" message in the html page?

I know we can redirect to our own html pages, but having a blank page is not a very normal behaviour for an answer.
 
Why cant you use

Code:
error	0 or 1, To determine if it was successful or not

Then print your own message?
 
Back
Top