Not sure the history behind why it is named dannys712-main, but please rename my gerrit account
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
The Gerrit accounts metadata are stored in the repository All-Users.git and one can check them by fetching (authenticated over ssh) and checking out the special reference refs/users/self. So something like:
git clone ssh://All-Users.git cd All-Users git fetch refs/users/self
Which gives:
account.config
[account] fullName = DannyS712 preferredEmail = xxxx@xxxx.tld
The associations with the LDAP accounts are stored under refs/meta/external-ids (which might require Administrative rights in order to be fetched). Anyw``ay there are two external accounts associated to that Gerrit account:
3c/51c234a6ca02a6b16ad5a44700b48c98ac62dc
[externalId "gerrit:dannys712"] accountId = 6729 email = DannyS712.enwiki@gmail.com
81/bada9f5306e68a57f03863da1fae28b0600614
[externalId "username:dannys712-main"] accountId = 6729
None of the external links have been changed since February 2019 and they correspond to respectively:
- https://wikitech.wikimedia.org/wiki/User:DannyS712
- https://wikitech.wikimedia.org/wiki/User:DannyS712-abandoned
Apparently due to a rename done via T215092. When renaming an account on Wikitech, we keep the old one around (DannyS712-abandoned and have it blocked). Maybe we need to then drop that external link?