Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.xql,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 19 Sep 2003 16:13:25 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 2 Oct 2003 09:45:15 -0000 1.10 @@ -112,7 +112,7 @@ select user_id from users - where username = :username + where upper(username) = upper(:username) and authority_id =:authority_id