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.10 -r1.11 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 2 Oct 2003 09:45:15 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 3 Oct 2003 13:12:43 -0000 1.11 @@ -133,7 +133,7 @@ select party_id from parties - where email = :email + where lower(email) = lower(:email)