#13842 closed defect (bug) (fixed)
Username database field length does not match HTML text input maxlength
Reported by: | niallkennedy | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
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.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Set maxlength of user_login to 60 to match database value.