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
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:39 EDT