Opened 8 years ago
Closed 8 years ago
#2487 closed defect (bug) (invalid)
Instances of incorrect Slack usernames shown on forum user profiles
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | |
Cc: |
Description
The user logankipp
forums profile states @logankipp on WordPress.org and Slack
The correct Slack username is logan
The forums profile should state something like @logankipp on WordPress.org, @logan on Slack
Relevant links:
Interestingly this is not an issue for @Sergey:
- https://wordpress.org/support/users/sergeybiryukov
@sergeybiryukov on WordPress.org, @sergey on Slack
Possibly caching issue though I just asked when Logan changed his Slack username from logankipp
to logan
:
Logan:
mid 2016 i'd guess
(src)
Change History (3)
Note: See
TracTickets for help on using
tickets.
It's not just the forums, same on global profiles: https://profiles.wordpress.org/logankipp.
The forum profiles fetch the data from slack_users table, same as wp-i18n-teams plugin.
If that table has inaccurate data, we should figure out why it was not updated when the username has changed.
Removing
needs-patch
, as the code that populates and updates that table is not open-sourced.