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
(defaults to "acs-subsite.email_subject_Forgotten_password") (optional)
The message key you wish to use for the email subject.
-body_msg_key
(defaults to "acs-subsite.email_body_Forgotten_password") (optional)
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):
%3 auth::local::registration::Register auth::local::registration::Register (private) auth::password::email_password auth::password::email_password auth::local::registration::Register->auth::password::email_password auth::password::reset auth::password::reset (public) auth::password::reset->auth::password::email_password auth::password::retrieve auth::password::retrieve (public) auth::password::retrieve->auth::password::email_password _ _ (public) auth::password::email_password->_ acs_mail_lite::send acs_mail_lite::send (public) auth::password::email_password->acs_mail_lite::send acs_user::get_by_username acs_user::get_by_username (public) auth::password::email_password->acs_user::get_by_username ad_conn ad_conn (public) auth::password::email_password->ad_conn ad_pad ad_pad (public) auth::password::email_password->ad_pad

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