Jump to content

Manual:FixUserRegistration.php/ko

From mediawiki.org
This page is a translated version of the page Manual:FixUserRegistration.php and the translation is 40% complete.
미디어위키 버전:
1.7

상세

fixUserRegistration.php file is a maintenance script to fix the user_registration field. Old user accounts have the user_registration field set to "NULL". This script searches for those users who are affected, and inserts the timestamp from their first edit as an estimation for the registration time into the user_registration field.

This script processes 1000 items in a batch.

옵션/인수

This script does not take any options or arguments.

사용법

php maintenance/run.php fixUserRegistration
Terminal
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

같이 보기