Manual:$wgPutIPinRC

From MediaWiki.org

Jump to: navigation, search
Recent changes: $wgPutIPinRC
Log IP addresses in the recentchanges table.
Introduced in version: 1.3.0
Removed in version: still in use
Allowed Values: (boolean)
Default Value: true
false prior to 1.6.0

Other settings: Alphabetical | By Function


Prescribes whether MediaWiki should log the IP addresses of its editors in its database's recentchanges table. Although there is no interface in the standard MediaWiki package for retreiving this information, it can be accessed using extensions (most commonly, CheckUser); a database administrator can also run an SQL query to retrieve the IP addresses.

Setting $wgPutIPinRC to false will result in extensions such as CheckUser being unable to retrieve any data which would be stored during such times as it is false (that is, as soon as you set $wgPutIPinRC = false;, IP addresses will not be stored).

[edit] See also

Personal tools