Index: openacs-4/packages/acs-authentication/tcl/password-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/password-procs.tcl,v diff -u -N -r1.19.2.6 -r1.19.2.7 --- openacs-4/packages/acs-authentication/tcl/password-procs.tcl 31 May 2017 11:48:36 -0000 1.19.2.6 +++ openacs-4/packages/acs-authentication/tcl/password-procs.tcl 4 Aug 2017 08:12:45 -0000 1.19.2.7 @@ -530,6 +530,10 @@ # Set up variables for use in message key set reset_password_url [export_vars -base "[ad_url]/user/password-update" {user_id {old_password $password}}] + set forgotten_pwd_url [auth::password::get_forgotten_url \ + -authority_id $authority_id \ + -username $user(username) \ + -email $user(email)] set system_owner [ad_system_owner] set system_name [ad_system_name] set system_url [ad_url]