To facilitate tracking of pending/approved/denied requests for account renames resulting from SUL finalization, create a centralized database table to hold requests. This table will be used to store new requests, back a request processing tool for stewards and block new account registrations from taking a name that pending approval as a rename.
; Current/Old Username
: The username of the user requesting the rename. This might not be an SUL username.
; Local Wiki
: The wiki that the request originates from.
; Requested Username
: The new, requested username. This is unique.
; Rationale
: Reason given by the user for the rename request.
; Request Time
: A datestamp when the request was filed.
; Status
: Pending, Completed, or Rejected
; Completion Time
: A datestamp when the request was completed.
; Done By
: The name of the Steward who closed the request
; Comment
: A text comment left by the steward upon closing the request. Optional, but assumed with rejections.
Version: master
Severity: enhancement
URL: https://www.mediawiki.org/wiki/SUL_finalisation/Design