Index: openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql 1 Oct 2003 15:47:09 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql 2 Oct 2003 09:45:15 -0000 1.15 @@ -114,7 +114,7 @@ trunc(date_part('epoch', age(password_changed_date))/(60*60*24)) as password_age_days from cc_users where authority_id = :authority_id - and username = :username + and upper(username) = upper(:username)