Mark wrote:

Hi,
can someone send a sample command for changing reg_password for a domain?


thanks,
- Mark




I think what you want to do is to change a password associated with a profile, right?

It is "Change Password" in the API docs. It goes like this:

{
   protocol => 'XCP',
   action => 'change',
   object => 'password',
   cookie => '....',
   attributes => {
       reg_password => 'new password'
   }
}

Hope this helps!

- Csongor



Reply via email to