Index: openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql 1 Oct 2003 15:47:09 -0000 1.12 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs-oracle.xql 2 Oct 2003 09:45:15 -0000 1.13 @@ -118,7 +118,7 @@ trunc(sysdate - password_changed_date) as password_age_days from cc_users where authority_id = :authority_id - and username = :username + and upper(username) = upper(:username)