Manual:$wgUnwatchedPageSecret
Recent changes, new pages, watchlist and history: $wgUnwatchedPageSecret | |
---|---|
If active watchers (per $wgWatchersMaxAge ) are this number or less, do not disclose it. |
|
Introduced in version: | 1.26.0 (Gerrit change 193838; git #09a21c4a) |
Removed in version: | Still in use |
Allowed values: | (integer) |
Default value: | 1 |
Other settings: Alphabetical | By function |
Details
Used by action=info if $wgShowUpdatedMarker is enabled, to control whether display or not the number of "active watchers" (see $wgWatchersMaxAge ) to users who do not have the unwatchedpages
user right.
If the number of total watchers is below $wgUnwatchedPageSecret and the user does not have the right, this setting is ignored and the number of active watchers is not shown.