Manual:ReassignEdits.php/pt-br

Versão MediaWiki:
1.6
Category:MediaWiki code/pt-br#ReassignEdits.php

Detalhes

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

Options/Arguments

Opção/ParâmetroDescriçãoRequired?
<from>username or IP address to assign edits fromRequired
<to>username to assign edits toRequired
--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

Uso

php maintenance/run.php reassignEdits <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
Spaces inside a username must be replaced with underscores ( _ ).
No MediaWiki versão 1.39.12 e anteriores, você deve invocar os scripts de manutenção usando php maintenance/scriptName.php em vez de php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/pt-br Category:User maintenance scripts/pt-br
Category:Maintenance scripts/pt-br Category:MediaWiki code/pt-br Category:User maintenance scripts/pt-br