Handbuch:$wgHideUserContribLimit
Appearance
| Benutzerrechte, Zugriffskontrolle und Überwachung: $wgHideUserContribLimit | |
|---|---|
The maximum number of edits a user can have and can still be hidden by users with the hideuser permission. |
|
| Eingeführt in Version: | 1.23.0 (Gerrit change 98267; git #8616f1b9) |
| Entfernt in Version: | Weiterhin vorhanden |
| Erlaubte Werte: | (Ganzzahl) oder false |
| Standardwert: | 1000 |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
Details
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.