[wp-trac] [WordPress Trac] #13842: Username database field length does not match HTML text input maxlength

WordPress Trac wp-trac at lists.automattic.com
Fri Jun 11 07:15:27 UTC 2010


#13842: Username database field length does not match HTML text input maxlength
--------------------------+-------------------------------------------------
 Reporter:  niallkennedy  |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  General       |     Version:            
 Severity:  normal        |    Keywords:  has-patch 
--------------------------+-------------------------------------------------
 The user_login column in $wpdb->users is defined as a variable character
 field of up to 60 characters. The text input field in wp-signup
 referencing the same column has a maxlength attribute set to 50. Values
 should match.

 Patch to specify user_login maxlength as 60, not 50.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13842>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list