diff options
author | Dreamy Jazz <wpgbrown@wikimedia.org> | 2024-06-20 12:19:24 +0100 |
---|---|---|
committer | Dreamy Jazz <wpgbrown@wikimedia.org> | 2024-06-20 13:59:14 +0100 |
commit | d64c0ef9b35509b22929b775aabbb1197ddcd687 (patch) | |
tree | bf001b9f41cd183f6e3c15db96f029dfd1a5bbb4 /tests/phpunit/includes/api/query/ApiQueryBasicTest.php | |
parent | 0fb7fe4df7e676521b74442097861b4a0a77fb4a (diff) | |
download | mediawikicore-d64c0ef9b35509b22929b775aabbb1197ddcd687.tar.gz mediawikicore-d64c0ef9b35509b22929b775aabbb1197ddcd687.zip |
Don't link temporary account and named account in newusers log
Why:
* When a temporary account creates a named account, the 'newusers'
log currently links the temporary account username and the new
named account.
* This is an issue because temporary accounts are intended to be
anonymous and there is no path for a temporary account to
link their contributions to their new account. As such, there
should be no link between them.
What:
* Update AuthManager::continueAccountCreation to only mark the
performer of the 'newusers' log entry as the creator account
if the creator is named.
Bug: T364716
Change-Id: Ib95374949c5c72c9f7ee665943c16d177f2e31c0
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryBasicTest.php')
0 files changed, 0 insertions, 0 deletions