Index: openacs-4/packages/acs-subsite/www/register/recover-password.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/register/recover-password.tcl,v diff -u -r1.16.2.4 -r1.16.2.5 --- openacs-4/packages/acs-subsite/www/register/recover-password.tcl 11 Mar 2021 14:56:35 -0000 1.16.2.4 +++ openacs-4/packages/acs-subsite/www/register/recover-password.tcl 22 Aug 2022 14:51:23 -0000 1.16.2.5 @@ -49,11 +49,12 @@ set user_id_widget_name email set focus "email" } else { + set authority_options [auth::authority::get_authority_options] if { [llength $authority_options] > 1 } { ad_form -extend -name recover -form { {authority_id:integer(select) {label {[_ acs-kernel.authentication_authority]}} - {options [auth::authority::get_authority_options]} + {options $authority_options} } } }