Hi,
what is the command to change the email address of a user or a reseller?
I try this:
but this command changes the email address for which you are logged in with the bees. I can login as admin and change the email address of a specific user?
Thank You
what is the command to change the email address of a user or a reseller?
I try this:
PHP:
$sock->query('/CMD_API_CHANGE_INFO',
array(
'email' => '1',
'evalue' => '[email protected]'
));
but this command changes the email address for which you are logged in with the bees. I can login as admin and change the email address of a specific user?
Thank You
Last edited: