#3058 closed defect (bug) (worksforme)
Email for username causes problems with mentions and private messaging.
| Reported by: | nhoover | Owned by: | Nick Hoover |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | normal | 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)
@
15 years ago
username is an email account. Look at the @name that buddypress creates. I can see why because of the permalink structure.
#2
@
15 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
@
15 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
@
15 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?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I can't recreate this on trunk. Any chance of a screenshot so I can check I tested the same thing?