AcsSc.auth_password.resetpassword.local (private)
AcsSc.auth_password.resetpassword.local username parameters \ authority_id
Defined in packages/acs-service-contract/tcl/acs-service-contract-init.tcl
acs-service-contract operation. Call via acs_sc::invoke. Reset the user's password to a new, randomly generated value. The implementation can either return the password, in which case the authentication API will email the password to the user. Or it can email the password itself, in which case it would return the empty string.
- Parameters:
- username (required)
- string
- parameters (required)
- string []
- authority_id (required)
- integer
- Returns:
- password_status - string
password_message - string
password - string- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.