Index: openacs-4/packages/acs-authentication/tcl/local-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/local-procs.tcl,v diff -u -N -r1.39.2.3 -r1.39.2.4 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 20 Oct 2015 08:19:13 -0000 1.39.2.3 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 2 Jan 2016 13:55:18 -0000 1.39.2.4 @@ -123,7 +123,7 @@ # domain set new_email $new_username - set rel_id [db_string getrelid { *SQL* }] + set rel_id [db_string getrelid {}] membership_rel::change_state -rel_id $rel_id -state "merged" acs_user::update -user_id $from_user_id -username "$new_username" -screen_name "$new_username"