#977 closed enhancement (fixed)
dot removed from username in WordCamp.org (Edit Organizer -> wordpress.org user name)
| Reported by: | j.conti | Owned by: | coreymckrill |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | WordCamp Site & Plugins | Keywords: | good-first-bug has-patch needs-testing |
| Cc: |
Description
Hi,
When I add my user name (j.conti) in the field wordpress.org user name at WordCamp.org admin -> Edit organizer, the dot is removed.
Attachments (2)
Change History (18)
This ticket was mentioned in Slack in #meta by iandunn. View the logs.
11 years ago
#3
@
11 years ago
This is probably caused by the difference between the actual username and the nicename, and it's probably the same bug that's affecting speaker badges.
x-ref: https://wordpress.slack.com/archives/events/p1442408995000969
This ticket was mentioned in Slack in #meta by sergey. View the logs.
10 years ago
#6
@
10 years ago
- Priority normal → low
- Type defect → enhancement
The form will accept either the username (user_login) or the normalized slug of the username (user_nicename), but it always displays the slug. That's expected, so there's no bug here, but it would probably be better to always display the username instead, to avoid confusion.
Note that there was a bug related to this, which was fixed in r2743.
This ticket was mentioned in Slack in #themereview by cristiano.zanca. View the logs.
10 years ago
#9
@
9 years ago
- Keywords has-patch needs-testing added; needs-patch removed
The patch above (977.diff) updates the display of the username to use user_login instead of user_nicename in all three locations:
- Organiser edit page
- Speaker edit page
- Speaker list table
I don't think there are any other locations, so that should cover everything.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Possibly related to #681 and #683