Page MenuHomePhabricator

Unlink SUL account JosefAnthony from Developer account josef1992
Closed, ResolvedPublic

Description

Hello,

My Wikimedia account JosefAnthony is currently linked to two different LDAP developer accounts, which is preventing me from requesting Toolforge membership and linking accounts properly.

Account 1 (keep this one):

Username: Josefanthony

UNIX shell username: josefanthony

Account 2 (please remove/unlink this one):

Username: Josef

UNIX shell username: josef1992

  • I would like to keep Josefanthony and have the duplicate account (Josef / josef1992) removed or unlinked from my Wikimedia account.

Thank you for your assistance.

Best regards,
JosefAnthony

Event Timeline

The Cloud-Services project tag is not intended to have any tasks. Please check the list on https://phabricator.wikimedia.org/project/profile/832/ and replace it with a more specific project tag to this task. Thanks!

Aklapper renamed this task from Request to remove duplicate Wikimedia Developer account josef1992 linked to Wikimedia account JosefAnthony to Unlink SUL account JosefAnthony from Developer account josef1992.Sep 7 2025, 9:00 AM

Neither Developer account has been linked with a SUL account via Bitu (idm.wikimedia.org).

The existing linkage is in Striker:

striker_admin@m5-master.eqiad.wmnet(striker)> select ldapname, shellname, sulname from labsauth_labsuser where shellname in ('josefanthony', 'josef1992');
+--------------+--------------+--------------+
| ldapname     | shellname    | sulname      |
+--------------+--------------+--------------+
| Josef        | josef1992    | JosefAnthony |
| Josefanthony | josefanthony | NULL         |
+--------------+--------------+--------------+
2 rows in set (0.001 sec)
bd808 claimed this task.
striker_admin@m5-master.eqiad.wmnet(striker)> update labsauth_labsuser set sulname = null, sulemail = null, oauthtoken = null, oauthsecret = null where shellname = 'josef1992';
Query OK, 1 row affected (0.002 sec)
Rows matched: 1  Changed: 1  Warnings: 0

striker_admin@m5-master.eqiad.wmnet(striker)> select ldapname, shellname, sulname from labsauth_labsuser where shellname in ('josefanthony', 'josef1992');
+--------------+--------------+---------+
| ldapname     | shellname    | sulname |
+--------------+--------------+---------+
| Josef        | josef1992    | NULL    |
| Josefanthony | josefanthony | NULL    |
+--------------+--------------+---------+
2 rows in set (0.001 sec)