Index: openacs-4/packages/acs-authentication/tcl/sync-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 24 Sep 2003 17:22:54 -0000 1.18 +++ openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 7 Oct 2003 13:17:18 -0000 1.19 @@ -470,11 +470,6 @@ set elms [auth::sync::GetElements -authority_id $authority_id] } {} - # If it's not a local account, we never allow editing of usernames, because it's not clear what the implications are - if { $authority_id != [auth::authority::local] && [lsearch $elms "username"] == -1 } { - lappend elms username - } - return $elms }