Page MenuHomePhabricator

SUL-FinalizationGoal
ArchivedPublic

Members (12)

Watchers (7)

Details

Description
NOTE: This project is archived. If you wish to report any (unlikely) issue related to the SUL finalization, please fill a bug under MediaWiki-extensions-CentralAuth instead. Thank you!

T37707: Complete unification of all accounts to SUL - https://www.mediawiki.org/wiki/SUL_finalisation

Recent Activity

Mon, May 11

Maintenance_bot removed a project from T38939: User name blacklist should be managed globally to avoid SUL fragmentation: Patch-For-Review.
Mon, May 11, 6:31 AM · User-notice-archive, Stewards-and-global-tools, SUL-Finalization, TitleBlacklist, Wikimedia-Site-requests
Pppery merged T425901: Titleblacklist not blocking account creation on Wikidata into T38939: User name blacklist should be managed globally to avoid SUL fragmentation.
Mon, May 11, 5:37 AM · User-notice-archive, Stewards-and-global-tools, SUL-Finalization, TitleBlacklist, Wikimedia-Site-requests

Jan 6 2026

Tgr moved T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states from Not planned (Patches welcome!) to Waiting on the MediaWiki-Platform-Team board.
Jan 6 2026, 4:27 PM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth
Tgr moved T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states from Inbox, needs triage to Not planned (Patches welcome!) on the MediaWiki-Platform-Team board.
Jan 6 2026, 4:27 PM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth

Dec 29 2025

Pppery changed the status of T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states from In Progress to Open.
Dec 29 2025, 4:19 AM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth

Dec 16 2025

Maintenance_bot removed a project from T98757: Username validity depends on per-wiki configuration (namespaces, etc.): Patch-For-Review.
Dec 16 2025, 7:31 PM · MediaWiki-Platform-Team, User-notice-archive, MediaWiki-General, SUL-Finalization, MediaWiki-extensions-CentralAuth

Jul 31 2025

Restricted Application added a project to T49918: Rename of global (attached) users to existing global usernames: MediaWiki-Platform-Team.
Jul 31 2025, 2:31 PM · MediaWiki-Platform-Team, Liaisons-January-2016, GlobalRename, SUL-Finalization, MediaWiki-extensions-CentralAuth

Jun 10 2025

matmarex removed a parent task for T111686: Attach existing system users to CentralAuth: T275935: Please manually attach new MassMessage system accounts on Wikimedia wikis.
Jun 10 2025, 11:24 PM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth

Feb 5 2025

gerritbot added a comment to T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states.

Change #1095997 had a related patch set uploaded (by MolecularPilot; author: MolecularPilot):

[mediawiki/extensions/CentralAuth@master] Split "unattached or doesn't exist locally" into separate states on Special:GlobalUsers

https://gerrit.wikimedia.org/r/1095997

Feb 5 2025, 11:04 AM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth

Nov 24 2024

gerritbot added a comment to T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states.

Change #1095997 had a related patch set uploaded (by Gergő Tisza; author: MolecularPilot):

[mediawiki/extensions/CentralAuth@master] Split "unattached or doesn't exist locally" into separate states on Special:GlobalUsers

https://gerrit.wikimedia.org/r/1095997

Nov 24 2024, 2:51 PM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth
gerritbot added a project to T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states: Patch-For-Review.
Nov 24 2024, 7:07 AM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth
gerritbot added a comment to T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states.

Change #1095997 had a related patch set uploaded (by MolecularPilot; author: MolecularPilot):

[mediawiki/extensions/CentralAuth@master] Split "unattached or doesn't exist locally" into separate states for unattached users and those that don't exist locally (T104494)

https://gerrit.wikimedia.org/r/1095997

Nov 24 2024, 7:07 AM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth
MolecularPilot added a comment to T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states.

Proposed new query (will integrate into getQueryInfo()):

SELECT gu_name, 
       MAX(gu_id) AS gu_id, 
       MAX(gu_locked) AS gu_locked, 
       MAX(lu_attached_method) AS lu_attached_method,
       IF(lu_name IS NULL, 0, 1) AS lu_local_exists
FROM globaluser
LEFT JOIN localuser 
    ON gu_name = lu_name 
    AND lu_wiki = <current_wiki_id>
LEFT JOIN global_user_groups 
    ON gu_id = gug_user
WHERE gu_hidden_level = <HIDDEN_LEVEL_NONE>
GROUP BY gu_name;
Nov 24 2024, 6:29 AM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth
MolecularPilot changed the status of T104494: Special:GlobalUsers should split out "unattached or doesn't exist locally" into different states from Open to In Progress.

"unattached or doesn't exist locally" is the English version of the string centralauth-listusers-nolocal.

Nov 24 2024, 6:29 AM · MediaWiki-Platform-Team, Patch-Needs-Improvement, SUL-Finalization, MediaWiki-extensions-CentralAuth

Oct 20 2024

Pppery edited projects for T179246: Fix incorrect attribution caused by Special:Import tool used prior to SUL finalisation for User:Nick, added: Wikimedia-database-issue (Bad data); removed WMF-General-or-Unknown.
Oct 20 2024, 10:19 PM · Wikimedia-database-issue (Bad data), SUL-Finalization

Sep 20 2023

Krinkle closed T93049: Same MassMessage is being sent more than once, a subtask of T90820: Run MassMessage to contact user talk pages of all affected accounts, as Resolved.
Sep 20 2023, 2:56 AM · MediaWiki-Core-Team, SUL-Finalization

Mar 26 2022

MarcoAurelio added a comment to T147915: Error when deleting empty global accounts.

This was raised again in our Stewards' Noticeboard (permalink). I am not sure what'd be the best course of action for this.

Mar 26 2022, 10:21 AM · MediaWiki-extensions-CentralAuth, SUL-Finalization, Wikimedia-Site-requests, Stewards-and-global-tools

Jan 18 2022

Aklapper triaged T105437: Check that all UserMerge hooked extensions actually have the proper indexes for UserMerge queries as Low priority.
Jan 18 2022, 3:23 PM · TestMe, SUL-Finalization, MediaWiki-extensions-UserMerge

Jan 15 2022

taavi added a project to T734: [Bug 70380] GlobalRename: check with global AntiSpoof and warn about possible collisions: MediaWiki-extensions-CentralAuth.
Jan 15 2022, 12:31 PM · MediaWiki-extensions-CentralAuth, GlobalRename, SUL-Finalization, MediaWiki-Core-Team
taavi added a project to T94516: GlobalRename tool should not list IP address of the user performing renames as 127.0.0.1 in Checkuser: MediaWiki-extensions-CentralAuth.
Jan 15 2022, 12:31 PM · MediaWiki-extensions-CentralAuth, GlobalRename, Reading-Infrastructure-Team-Old (Don't use), Patch-For-Review, SUL-Finalization

Feb 27 2021

Zabe added a parent task for T111686: Attach existing system users to CentralAuth: T275935: Please manually attach new MassMessage system accounts on Wikimedia wikis.
Feb 27 2021, 6:33 PM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth
Bugreporter merged T275931: Have new system users be automatically attached to CentralAuth into T111686: Attach existing system users to CentralAuth.
Feb 27 2021, 12:08 AM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth

Sep 27 2020

Steinsplitter created T263935: Local account not attached after SUL-Finalization.
Sep 27 2020, 8:17 AM · Wikimedia-Site-requests, User-Urbanecm, MediaWiki-extensions-CentralAuth

Jul 1 2020

Maintenance_bot removed a project from T49918: Rename of global (attached) users to existing global usernames: Patch-For-Review.
Jul 1 2020, 8:21 PM · MediaWiki-Platform-Team, Liaisons-January-2016, GlobalRename, SUL-Finalization, MediaWiki-extensions-CentralAuth

Apr 25 2020

JJMC89 removed a project from T37170: Block message for account creation if central auth autocreation of an account fails on a local project because of an account creation blocked block: MediaWiki-User-management.
Apr 25 2020, 6:34 PM · MediaWiki-Blocks, SUL-Finalization
DannyS712 edited projects for T37170: Block message for account creation if central auth autocreation of an account fails on a local project because of an account creation blocked block, added: MediaWiki-Blocks; removed MediaWiki-User-management.
Apr 25 2020, 12:15 AM · MediaWiki-Blocks, SUL-Finalization

Nov 19 2019

DannyS712 closed T86289: Blocks don't show on the contribs page if the account has been renamed globally as Resolved.

Wow, that was fast. Also, https://en.wikipedia.org/wiki/Special:Contributions/TheTalker (where the bug was first noticed) shows a block notice now. Did someone fix it?

Nov 19 2019, 6:23 AM · SUL-Finalization, MediaWiki-extensions-CentralAuth

Aug 5 2019

Bugreporter renamed T111686: Attach existing system users to CentralAuth from Add accounts used by extensions to SUL to Add new accounts used by extensions to SUL.
Aug 5 2019, 3:32 PM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth
Bugreporter renamed T111686: Attach existing system users to CentralAuth from Add accounts used by extensions to SUL for new wikis to Add accounts used by extensions to SUL.
Aug 5 2019, 3:31 PM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth

Aug 3 2019

MarcoAurelio updated the task description for T111686: Attach existing system users to CentralAuth.
Aug 3 2019, 7:17 PM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth
Tgr added a comment to T111686: Attach existing system users to CentralAuth.

See also T214722: Introduce global system users.

Aug 3 2019, 7:15 PM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth
Bugreporter merged tasks T188932: (Some?) extension special accounts are unknown to CentralAuth, T214764: Find all "MediaWiki message delivery" accounts across Wikimedia sites and have them all properly connected via SUL into T111686: Attach existing system users to CentralAuth.
Aug 3 2019, 2:26 PM · MediaWiki-Platform-Team, Stewards-and-global-tools, MediaWiki-extensions-CentralAuth

Jul 25 2019

Nemo_bis added a comment to T37170: Block message for account creation if central auth autocreation of an account fails on a local project because of an account creation blocked block.

Which is a bug. QED. Thanks for referencing it!

Jul 25 2019, 8:13 AM · MediaWiki-Blocks, SUL-Finalization
DannyS712 added a comment to T179246: Fix incorrect attribution caused by Special:Import tool used prior to SUL finalisation for User:Nick.

@Legoktm once the actor migration is done it should be (relatively) straightforward to just change the rev_actor for the affected rows, right? (No longer need to account for changing both rev_user and rev_user_text. Just a thought

Jul 25 2019, 1:49 AM · Wikimedia-database-issue (Bad data), SUL-Finalization
JJMC89 changed the status of T37170: Block message for account creation if central auth autocreation of an account fails on a local project because of an account creation blocked block from Stalled to Open.

Is this superseded by T38939?

Autocreation should never be blocked as long as the global account is not locked. If a user can't autocreate accounts, *that's* the bug. IMHO.

Jul 25 2019, 1:39 AM · MediaWiki-Blocks, SUL-Finalization

Jun 6 2019

matej_suchanek added a project to T105437: Check that all UserMerge hooked extensions actually have the proper indexes for UserMerge queries: TestMe.
Jun 6 2019, 11:09 AM · TestMe, SUL-Finalization, MediaWiki-extensions-UserMerge

May 12 2019

Cromium created T223036: Detached local SUL account User:Carmen0428 needs to be reunited with the global account.
May 12 2019, 2:14 PM · User-Urbanecm, MediaWiki-extensions-CentralAuth, Wikimedia-Site-requests, GlobalRename

Oct 29 2018

Matthewhardy1 added a comment to T767: Send first email notification.
Oct 29 2018, 10:51 AM · SUL-Finalization

Oct 27 2018

Liuxinyu970226 moved T37707: Complete unification of all accounts to SUL from Other completed tasks to Transition completed / Archived on the Tracking-Neverending board.
Oct 27 2018, 11:54 PM · User-notice-archive, Notice, Epic, Roadmap, SUL-Finalization, Tracking-Neverending

Sep 1 2018

MarcoAurelio moved T105893: Implement some kind of double confirmation for global user merges from Backlog to Closed on the GlobalRename board.
Sep 1 2018, 12:16 PM · GlobalRename, SUL-Finalization, MediaWiki-extensions-CentralAuth

Aug 19 2018

MarcoAurelio removed a project from T147915: Error when deleting empty global accounts: User-MarcoAurelio.
Aug 19 2018, 9:51 AM · MediaWiki-extensions-CentralAuth, SUL-Finalization, Wikimedia-Site-requests, Stewards-and-global-tools

Apr 25 2018

Nick added a comment to T179246: Fix incorrect attribution caused by Special:Import tool used prior to SUL finalisation for User:Nick.

Since I'm lurking on Phabricator - any idea how many usernames have this incorrect attribution issue that will need fixed ?

Apr 25 2018, 11:56 AM · Wikimedia-database-issue (Bad data), SUL-Finalization

Apr 5 2018

MarcoAurelio added a comment to T147915: Error when deleting empty global accounts.

Thanks for having again a look @hoo

Apr 5 2018, 6:01 PM · MediaWiki-extensions-CentralAuth, SUL-Finalization, Wikimedia-Site-requests, Stewards-and-global-tools

Apr 4 2018

hoo added a comment to T147915: Error when deleting empty global accounts.
$ mwscript extensions/CentralAuth/maintenance/deleteEmptyAccounts.php --wiki=aawiki | tee deleteEmptyAccounts.php-2018-04-04
$ grep -v PROGRESS deleteEmptyAccounts.php-2018-04-04 | wc -l
3915
Apr 4 2018, 8:07 PM · MediaWiki-extensions-CentralAuth, SUL-Finalization, Wikimedia-Site-requests, Stewards-and-global-tools

Mar 3 2018

Peteforsyth created T188803: Chronic problems getting logged off.
Mar 3 2018, 1:21 AM · MediaWiki-extensions-CentralAuth, WMF-General-or-Unknown

Mar 1 2018

Sau226 added a comment to T147915: Error when deleting empty global accounts.

It's been just under a month (which appears to be a reasonable time for response). Could @Dereckson @Legoktm and @hoo please attend to this task if/when they can?

Mar 1 2018, 5:52 PM · MediaWiki-extensions-CentralAuth, SUL-Finalization, Wikimedia-Site-requests, Stewards-and-global-tools

Feb 16 2018

Elitre added a comment to T37707: Complete unification of all accounts to SUL.

(Moving columns is a pretty standard operation that people can filter out in their prefs if they so desire, so prolly not all 55 got a notif ;) )

Feb 16 2018, 6:43 PM · User-notice-archive, Notice, Epic, Roadmap, SUL-Finalization, Tracking-Neverending
Dzahn added a comment to T37707: Complete unification of all accounts to SUL.

fwiw: 55 people just got a notification and clicked on it just to be informed that this task isn't Epic anymore but now just "other completed". worth it?

Feb 16 2018, 6:12 PM · User-notice-archive, Notice, Epic, Roadmap, SUL-Finalization, Tracking-Neverending
Izno moved T37707: Complete unification of all accounts to SUL from Should be Epic instead to Other completed tasks on the Tracking-Neverending board.
Feb 16 2018, 3:55 PM · User-notice-archive, Notice, Epic, Roadmap, SUL-Finalization, Tracking-Neverending

Feb 2 2018

MarcoAurelio added a comment to T147915: Error when deleting empty global accounts.

I'd like to request that the script be run again, so we can know if the number of empty accounts is increasing. Also, please see if the script catches the accounts listed at T160296. @Dereckson @Legoktm @hoo - would you be able to do that? Thanks.

Feb 2 2018, 10:11 PM · MediaWiki-extensions-CentralAuth, SUL-Finalization, Wikimedia-Site-requests, Stewards-and-global-tools