#3058 closed defect (bug) (worksforme)
Email for username causes problems with mentions and private messaging.
Reported by: | nhoover | Owned by: | Nick Hoover |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: | nick@… |
Description
When members use emails for their usernames the @name returned in their profile is incorrect. This also affects the ability to send a private message from their profile.
For example a Username of "name@email(dot)com" returns @nameemail-com
Attachments (1)
Change History (7)
@
14 years ago
username is an email account. Look at the @name that buddypress creates. I can see why because of the permalink structure.
#2
@
14 years ago
Thanks; that's what I was looking at. Need someone else to confirm I've not missed it, perhaps it's an issue already fixed since 1.2.5.
#3
follow-up:
↓ 4
@
14 years ago
Okay, got it. Have you set
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );
in your wp-config.php?
#4
in reply to:
↑ 3
@
14 years ago
No I do not have this set. Sorry for the delayed response, been out of town.
Replying to DJPaul:
Okay, got it. Have you set
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );
in your wp-config.php?
I can't recreate this on trunk. Any chance of a screenshot so I can check I tested the same thing?