Manual:ReassignEdits.php/de

MediaWiki Version:
1.6
Category:MediaWiki code/de#ReassignEdits.php

Details

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

Optionen/Argumente

Option/ArgumentBeschreibungNotwendig?
<from>username or IP address to assign edits fromNotwendig
<to>username to assign edits toNotwendig
--forcereassign even if the target user doesn't existOptional
--norcdon't update the recent changes tableOptional
--reportprint out details of what would be changed, but don't update itOptional
--quietdon't print status information (except for errors)Optional

Verwendung

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.

Siehe auch

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