HomePhorge

Don't link temporary account and named account in newusers log

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

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

Details

Provenance
Dreamy JazzAuthored on Jun 20 2024, 11:19 AM

Event Timeline

Dreamy Jazz <wpgbrown@wikimedia.org> committed rMWd64c0ef9b355: Don't link temporary account and named account in newusers log (authored by Dreamy Jazz <wpgbrown@wikimedia.org>).Jun 20 2024, 12:59 PM

Commit No Longer Exists

This commit no longer exists in the repository.