#349 closed defect (bug) (no action required)
Whitespace in username
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | 2.0 | |
Component: | Keywords: | ||
Cc: |
Description
As a new subscriber registers with a username containing a whitespace,
ie John Doe, his profile page could not be viewed. Within Firefox, i can see that Gravatar.com is loading and loading, (by default i use monsterID) and... nothing.
Be retrieving the space from the name in the db, everything works fine.
wpmu 2.6.5
buddypress latest trunk 01/14/09
Change History (3)
#2
@
16 years ago
- Resolution set to invalid
- Status changed from new to closed
Usernames with spaces should not be allowed.
#3
@
16 years ago
This can't always be enforced. BuddyPress isn't always the only thing inserting users. Why isn't the user_nicename used for the slug, instead of the user_login? That's what user_nicename is for, and it is how WP generates its author page URLs.
Milestone Extended Profiles 1.1 deleted