Manual:$wgTempAccountNameAcquisitionThrottle

From mediawiki.org
This page is a translated version of the page Manual:$wgTempAccountNameAcquisitionThrottle and the translation is 50% complete.
アクセス権: $wgTempAccountNameAcquisitionThrottle
Number of temporary accounts usernames each IP address may acquire per specified period(s).
導入されたバージョン:1.42.0 (Gerrit change 1015269; git #6efd008f)
除去されたバージョン:使用中
許容される値:(配列)
既定値:下記参照

詳細

Number of temporary accounts usernames each IP address may acquire per specified period(s). This should be set to a higher value than TempAccountCreationThrottle. On editing, we first attempt to acquire a temp username before proceeding with saving an edit and potentially creating a temp account if the edit save is successful. Some edits may fail (due to core or extensions denying an edit); this throttle ensures that there are limits to the number of temporary account names that can be acquired and stored in the database.

既定値

$wgTempAccountNameAcquisitionThrottle = [
	[
		'count' => 60,
		'seconds' => 86400,
	],
];