[wp-trac] Re: [WordPress Trac] #2244: Make login error check
case-sensitive
WordPress Trac
wp-trac at lists.automattic.com
Sun Nov 4 01:34:00 GMT 2007
#2244: Make login error check case-sensitive
----------------------------+-----------------------------------------------
Reporter: Spider007 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.4
Component: Administration | Version: 2.0
Severity: normal | Resolution:
Keywords: 2nd-opinion |
----------------------------+-----------------------------------------------
Comment (by DD32):
Personally I think it should be case insensitive usernames, which is how
the core WP code currently operates (as the DB layer is case
insensitive).[[BR]]
Passwords are still case sensitive as md5's are case sensitive.
I've attached a patch which cleans up the wp_login function, The empty
password code was removed as thats handled in the login form anyway.
I'll also attach one which has case sensitive user logins, and displays
the correct error.
--
Ticket URL: <http://trac.wordpress.org/ticket/2244#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list