Manual:$wgGrantRiskGroups

This page is a translated version of the page Manual:$wgGrantRiskGroups and the translation is 80% complete.
User rights, access control and monitoring: $wgGrantRiskGroups
Tinimungan garan miampai taang kaantakan.
Introduced in version:1.42.0 (Gerrit change 910822; git #183372c9)
Removed in version:still in use
Allowed values:(kouludan)
Default value:Intangai siriba

Otolinahas

Tinimungan garan miampai taang kaantakan. Kunsi nopo nga ngaran garan (i.e. kunsi mantad $wgGrantPermissions ), gatang nopo nga GrantsInfo::RISK_* pemalar.

This classification is only informative; merely applying 'security' or 'internal' to a grant won't prevent it from being available. It's used to give guidance to users in various interfaces about the riskiness of the various grants.

== Gatang lalai

$wgGrantRiskGroups = [
	'basic' => 'low',
	'editpage' => 'low',
	'createeditmovepage' => 'low',
	'editprotected' => 'vandalism',
	'patrol' => 'low',
	'uploadfile' => 'low',
	'uploadeditmovefile' => 'low',
	'sendemail' => 'security',
	'viewmywatchlist' => 'low',
	'editviewmywatchlist' => 'low',
	'editmycssjs' => 'security',
	'editmyoptions' => 'security',
	'editinterface' => 'vandalism',
	'editsiteconfig' => 'security',
	'rollback' => 'low',
	'blockusers' => 'vandalism',
	'delete' => 'vandalism',
	'viewdeleted' => 'vandalism',
	'viewrestrictedlogs' => 'security',
	'protect' => 'vandalism',
	'oversight' => 'security',
	'createaccount' => 'low',
	'mergehistory' => 'vandalism',
	'import' => 'security',
	'highvolume' => 'low',
	'privateinfo' => 'low',
];