[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-125-gee754f4

Emannuel Lacour elacour at bestpractical.com
Thu Jul 8 08:49:33 EDT 2010


The branch, 3.9-trunk has been updated
       via  ee754f490b6f6868a56f002ba324a05545cda614 (commit)
      from  cdc72fee298e9a27682c5f2ff3968f6beae41642 (commit)

Summary of changes:
 share/html/Admin/Users/index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit ee754f490b6f6868a56f002ba324a05545cda614
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Thu Jul 8 08:41:25 2010 +0200

    Make user search case insensitive on all DB types
    
    When an admin try to create a new user, email unicity check is done case
    insensitive. So this change let him check easily who owns this email in the DB,
    even if this one defaults to case sensitive (Pg, Oracle).

diff --git a/share/html/Admin/Users/index.html b/share/html/Admin/Users/index.html
index 88a775f..1909df0 100755
--- a/share/html/Admin/Users/index.html
+++ b/share/html/Admin/Users/index.html
@@ -109,6 +109,7 @@ if ( defined($UserString) && length $UserString ) {
             FIELD => $UserField,
             OPERATOR => $UserOp,
             VALUE => $UserString,
+            CASESENSITIVE => 0,
         ); 
     }
 }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list