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 -r1.19.2.7 -r1.19.2.8 --- openacs-4/packages/acs-authentication/tcl/password-procs.tcl 4 Aug 2017 08:12:45 -0000 1.19.2.7 +++ openacs-4/packages/acs-authentication/tcl/password-procs.tcl 4 Aug 2017 08:21:51 -0000 1.19.2.8 @@ -530,10 +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 forgotten_password_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]