Index: openacs-4/packages/acs-admin/www/users/password-reset.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/password-reset.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-admin/www/users/password-reset.tcl 19 Jan 2018 13:40:40 -0000 1.5 +++ openacs-4/packages/acs-admin/www/users/password-reset.tcl 27 Jun 2018 17:00:36 -0000 1.6 @@ -5,12 +5,12 @@ {return_url:localurl .} } -acs_user::get -user_id $user_id -array user_info +set user_info [acs_user::get_user_info -user_id $user_id] auth::password::reset \ -admin \ - -authority_id $user_info(authority_id) \ - -username $user_info(username) + -authority_id [dict get $user_info authority_id] \ + -username [dict get $user_info username] ad_returnredirect $return_url ad_script_abort