Manual:ReassignEdits.php

MediaWiki version:
1.6
Category:MediaWiki code#ReassignEdits.php

Details

reassignEdits.php file is a maintenance script to reassign edits from a user or IP address to another user.

Options/Arguments

Option/Argument Description Required?
<from> username or IP address to assign edits fromRequired
<to> username to assign edits toRequired
--force reassign even if the target user doesn't existOptional
--norc don't update the recent changes tableOptional
--report print out details of what would be changed, but don't update itOptional
--quiet don't print status information (except for errors)Optional

Usage

php maintenance/run.php reassignEdits <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
Spaces inside a username must be replaced with underscores ( _ ).
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts Category:User maintenance scripts
Category:Maintenance scripts Category:MediaWiki code Category:User maintenance scripts