[wp-trac] Re: [WordPress Trac] #5472: Case insensitive usernames

WordPress Trac wp-trac at lists.automattic.com
Tue May 12 15:18:19 GMT 2009


#5472: Case insensitive usernames
-----------------------+----------------------------------------------------
 Reporter:  mdawaffe   |        Type:  enhancement
   Status:  new        |    Priority:  normal     
Milestone:  2.9        |   Component:  Users      
  Version:  2.5        |    Severity:  normal     
 Keywords:  has-patch  |  
-----------------------+----------------------------------------------------

Comment(by Denis-de-Bernardy):

 nailed this down to MySQL:

 {{{
 mysql> select 'Admin' = 'admin';
 +-------------------+
 | 'Admin' = 'admin' |
 +-------------------+
 |                 1 |
 +-------------------+
 1 row in set (0.00 sec)
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/5472#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list