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 - string
parameters - string []
authority_id - integer
Returns:
password_status - string
password_message - string
password - string
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 auth::local::password::ResetPassword auth::local::password::ResetPassword (private) AcsSc.auth_password.resetpassword.local AcsSc.auth_password.resetpassword.local AcsSc.auth_password.resetpassword.local->auth::local::password::ResetPassword

Testcases:
No testcase defined.
[ show source ]
Show another procedure: