Index: openacs-4/packages/acs-subsite/lib/user-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/lib/user-info.tcl,v diff -u -r1.22.2.1 -r1.22.2.2 --- openacs-4/packages/acs-subsite/lib/user-info.tcl 10 Sep 2015 08:21:34 -0000 1.22.2.1 +++ openacs-4/packages/acs-subsite/lib/user-info.tcl 20 Oct 2015 08:01:05 -0000 1.22.2.2 @@ -68,8 +68,10 @@ lappend read_only_elements authority_id } -if { $user(authority_id) != [auth::authority::local] || ![auth::UseEmailForLoginP] || \ - ([acs_user::site_wide_admin_p] && [llength [auth::authority::get_authority_options]] > 1) } { +if { $user(authority_id) != [auth::authority::local] + || ![auth::UseEmailForLoginP] + || ([acs_user::site_wide_admin_p] && [llength [auth::authority::get_authority_options]] > 1) + } { lappend elms_list { username:text(text) {label "[_ acs-subsite.Username]"}