auth::password::email_password (private)
auth::password::email_password -username username \ -authority_id authority_id -password password \ [ -subject_msg_key subject_msg_key ] \ [ -body_msg_key body_msg_key ] [ -from from ]
Defined in packages/acs-authentication/tcl/password-procs.tcl
Send an email to the user with given username and authority with the new password.
- Switches:
- -username (required)
- -authority_id (required)
- -password (required)
- -subject_msg_key (optional, defaults to
"acs-subsite.email_subject_Forgotten_password"
)- The message key you wish to use for the email subject.
- -body_msg_key (optional, defaults to
"acs-subsite.email_body_Forgotten_password"
)- The message key you wish to use for the email body.
- -from (optional)
- The email's from address. Can be in email@foo.com
format. Defaults to ad_system_owner. - Returns:
- Does not return anything. Any errors caused by acs_mail_lite::send are propagated
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.