[buddypress-trac] [BuddyPress] #2207: Login with capital	letters on registration
    buddypress-trac at lists.automattic.com 
    buddypress-trac at lists.automattic.com
       
    Mon Nov 28 14:21:48 UTC 2011
    
    
  
#2207: Login with capital letters on registration
-------------------------+------------------
 Reporter:  motomac      |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  1.6
Component:  XProfile     |     Version:
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+------------------
Changes (by boonebgorges):
 * keywords:  needs-patch => has-patch
 * priority:  major => normal
Comment:
 2207.01.patch removes the lowercase restriction in BuddyPress. This leaves
 username validation to WP. That means that you can have BooneBGorges in WP
 single, but not in MS. That's because of
 http://core.trac.wordpress.org/browser/tags/3.2.1/wp-includes/ms-default-
 filters.php#L21 (line 21).
 IMO, this is as far as BP should go. As DJPaul points out, BP has no
 business validating usernames. If you're unhappy with the lowercase
 restriction in MS, you can either petition WP to remove the restriction in
 WP core (see #WP17904) or you can
 {{{remove_filter( 'sanitize_user', 'strtolower' );}}}
 in a plugin.
-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/2207#comment:19>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list