[buddypress-trac] [BuddyPress] #2207: Login with capital letters on registration
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Jun 23 17:47:01 UTC 2010
#2207: Login with capital letters on registration
----------------------+-----------------------------------------------------
Reporter: motomac | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.3
Component: XProfile | Keywords: registration, capital letter
----------------------+-----------------------------------------------------
Comment(by r-a-y):
It looks like it's quite easy to support uppercase characters.
Replace the first preg_match line in the bp_core_validate_user_signup()
function so uppercase characters match.
{{{
preg_match( "/[a-zA-Z0-9]+/", $user_name, $maybe );
}}}
Untested, someone give it a shot.
--
Ticket URL: <http://trac.buddypress.org/ticket/2207#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list