Hi,I think what you want to do is to change a password associated with a profile, right?
can someone send a sample command for changing reg_password for a domain?
thanks, - Mark
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
