Index: openacs-4/packages/acs-subsite/www/user/password-update.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/user/password-update.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/acs-subsite/www/user/password-update.tcl 28 Aug 2003 09:41:42 -0000 1.10 +++ openacs-4/packages/acs-subsite/www/user/password-update.tcl 1 Sep 2003 11:41:01 -0000 1.11 @@ -14,12 +14,15 @@ admin_enabled_p:onevalue export_vars:onevalue site_link:onevalue + context:onevalue } if {[empty_string_p $user_id]} { set user_id [ad_verify_and_get_user_id] } +set context [list [list [ad_pvt_home] "Your Account"] [_ acs-subsite.Update_Password]] + # We have a special provision here for expired passwords # The user will not be logged in, but we're supposed to log them in after we're done # We use template::util::is_true in order to be liberal in the input we accept