#977 closed enhancement (fixed)
dot removed from username in WordCamp.org (Edit Organizer -> wordpress.org user name)
Reported by: | j.conti | Owned by: | coreymckrill |
---|---|---|---|
Milestone: | Priority: | low | |
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)
#1
@
9 years ago
- Keywords needs-patch good-first-bug added
- Owner set to iandunn
- Status changed from new to accepted
This ticket was mentioned in Slack in #meta by iandunn. View the logs.
9 years ago
#3
@
9 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.
9 years ago
#6
@
9 years ago
- Priority changed from normal to low
- Type changed from defect to 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.
9 years ago
#9
@
7 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.
#10
@
7 years ago
- Owner changed from iandunn to coreymckrill
- Status changed from accepted to assigned
Possibly related to #681 and #683