https://bugzilla.wikimedia.org/show_bug.cgi?id=68927

            Bug ID: 68927
           Summary: Prevent new account creations from taking names that
                    have been requested in a pending rename request
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: CentralAuth
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
        Depends on: 68889
            Blocks: 35707
       Web browser: ---
   Mobile Platform: ---

As a user who is going to be forcibly renamed
I would like my rename request to block new account creation with the same name
So I don't have to repeated attempt to find a non-conflicting name.

Check new account creation requests against pending rename requests in a
'AbortNewAccount' hook [[:mediawiki:Manual:Hooks/AbortNewAccount]] and return
false if the requested name matches a rename request with the "pending" status.
Renames that end up in the "accepted" status will already be block by virtue of
being existing global accounts. Renames that end up in the "denied" status
should not be considered because a steward's decision on a given rename does
not constitute a permanently binding global ban on the use of the requested
name. If the new account name is offensive or infringing it will be dealt with
using existing community processes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to