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.4 -r1.39.2.5 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 2 Jan 2016 13:55:18 -0000 1.39.2.4 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 6 Mar 2017 17:08:00 -0000 1.39.2.5 @@ -597,13 +597,13 @@ } ad_proc -private auth::local::user_info::GetUserInfo { - user_id + username {parameters ""} } { Implements the GetUserInfo operation of the auth_user_info service contract for the local account implementation. } { - + set user_id [acs_user::get_by_username -username $username] set result(info_status) [auth::get_local_account_status -user_id $user_id] set result(info_message) "" db_1row get_user_info {} -column_array user_info