Once the new fields are available in the centralauth database, we'll need to code to populate those fields as new users are created and attached to the global users.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Populate lu_local_id and lu_global_id on new user attach | mediawiki/extensions/CentralAuth | master | +66 -11 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | Feature | None | T66475 Make crosswiki bits and pieces truly global (tracking) | ||
Open | Feature | None | T5525 Cross-wiki watchlists | ||
Resolved | Niharika | T142507 Have CentralAuth populate the local_user_id and global_user_id columns as new users are attached | |||
Resolved | Marostegui | T141951 Add local_user_id and global_user_id fields to localuser table in centralauth database |
Event Timeline
Comment Actions
I think this would just be adding to the existing logic in CentralAuthUser::attach().
Comment Actions
Change 309553 had a related patch set uploaded (by Niharika29):
Popular lu_local_id and lu_global_id on new user attach
Comment Actions
I spent several hours trying to get the CentralAuth tests to run locally without throwing exceptions, but to no avail. @Niharika: Can you run them locally?
Comment Actions
Change 309553 merged by Kaldari:
Populate lu_local_id and lu_global_id on new user attach