User's Manual

Method amigopod.guest.reset.password
Reset a guest account's password to a random value.
Parameters
Name Type Description
uid Integer ID of the guest account to reset the
password for
Return Values
Name Type Description
error Flag Set to 1 if the password was not
reset
message String Message describing the success or
failure of the operation
item Struct User structure containing updated
field values
*_error String Field-specific error message
*_error_flag Flag Field-specific error flag, set to 1 if
present
Access Control
Requires the reset_password privilege (Guest Manager > Reset Password in the Operator Profile Editor).
Example Usage
Sample parameters for the call:
'uid' => 162,
Sample successful call:
'error' => 0,
'message' => 'Guest account password reset for
Password changed to 37172833',
'item' =>
array (
'id' => 162,
'password' => '37172833',
'username' => '',
),
Sample failed call:
'error' => 1,
'message' => 'Account not found: ID 162',
Dell Networking W-ClearPass Guest 6.4 | User Guide Administration | 425