Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,781
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
Here we go – easier than I thought it would be to fix this.
Go to bp-core/bp-core-signup.php and find the following line:
$account_details = bp_core_validate_user_signup( $_POST['signup_username'], $_POST['signup_email'] );
Add this line directly below it:
$account_details=strtolower($account_details);
It just transforms usernames typed in multiple cases in the username field to only lowercase letters.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS