Page MenuHomePhabricator

Allow cross-wiki renaming by stewards
Closed, DeclinedPublic

Description

Allowing [[m:Special:Renameuser]] to work crosswiki, like [[m:Special:Makesysop]], would greatly simplify multiple-wiki rename requests for stewards. The same syntax would work (such as renaming "Billy@akwiki" to "Joey@akwiki"), or a drop-down menu to prevent attempts to rename a user to a different wiki.

According to discussion in MediaWiki-General, "It looks like it would just be a matter of looking up the wiki key in $wgLocalDatabases as opposed to just dealing with the current wiki db".

Currently, renaming a user requires that the steward:

  1. Create a new account on the local wiki.
  2. Create user pages and interwiki links as appropriate for each account.
  3. Assign the bureaucrat flag from Meta.
  4. Rename the user.
  5. Remove the bureaucrat flag from Meta.
  6. Repeat (sometimes dozens of times).

Version: unspecified
Severity: normal
URL: http://meta.wikimedia.org/wiki/Special:RenameUser

Details

Reference
bz10011

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:48 PM
bzimport set Reference to bz10011.
bzimport added a subscriber: Unknown Object (MLST).

Is this fixed with CentralAuth?

(In reply to comment #1)

Is this fixed with CentralAuth?

Yes, now we can rename people everywhere without giving ourselves the crat flag.

thogol wrote:

(In reply to comment #2)

Is this fixed with CentralAuth?

Yes, now we can rename people everywhere without giving ourselves the crat
flag.

Not really fixed, because we can still not rename global accounts globally. Thus, if someone with (now) >730 local accounts decides not to operate under his/her realname anymore, we have to rename him/her on >730 wikis seperately which is much work... And I guess it was the intention of this bug to fix *that*.

Th.

Component: Renameuser -> CentralAuth

(In reply to comment #3)

(In reply to comment #2)

Is this fixed with CentralAuth?

Yes, now we can rename people everywhere without giving ourselves the crat
flag.

Not really fixed, because we can still not rename global accounts globally.
Thus, if someone with (now) >730 local accounts decides not to operate under
his/her realname anymore, we have to rename him/her on >730 wikis seperately
which is much work... And I guess it was the intention of this bug to fix
*that*.

Th.

Then we have to have another bug for it. The original bug was for crosswiki renaming, not global account renaming, and is useless not because of CentralAuth. Closed as WONTIFX