Manual:$wgHideUserContribLimit/fr
Droits utilisateur, contrôle d'accès et supervision: $wgHideUserContribLimit | |
---|---|
The maximum number of edits a user can have and can still be hidden by users with the hideuser permission. |
|
Introduit dans la version : | 1.23.0 (Gerrit change 98267; git #8616f1b9) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | (integer) or false |
Valeur par défaut : | 1000 |
Autres paramètres : Alphabétique | Par Fonction |
Détails
A limit for performance reasons, to prevent a user with the hideuser
user right from hiding a user with too many edits.
The limit can be disabled by setting to false
.
To determine this, the database field user_editcount
is used. See that page for more information.