Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -r1.101 -r1.102 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 30 Apr 2018 15:34:17 -0000 1.101 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 30 Apr 2018 15:40:15 -0000 1.102 @@ -1604,7 +1604,7 @@ set required_elms { } if { !$update_p } { - lappend $required_elms {*}{ first_names last_name email } + lappend required_elms {*}{ first_names last_name email } } foreach elm $required_elms {