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.15 -r1.16 --- openacs-4/packages/acs-subsite/www/register/recover-password.tcl 3 Apr 2018 14:43:58 -0000 1.15 +++ openacs-4/packages/acs-subsite/www/register/recover-password.tcl 18 Jun 2018 07:28:49 -0000 1.16 @@ -36,7 +36,7 @@ # Display form to collect username and authority set authority_options [auth::authority::get_authority_options] -if { (![info exists authority_id] || $authority_id eq "") } { +if { $authority_id eq "" } { set authority_id [lindex $authority_options 0 1] }