Manual:$wgPutIPinRC

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Manual:$wgPutIPinRC and the translation is 27% complete.

Other languages:
català • ‎Deutsch • ‎English • ‎español • ‎suomi • ‎français • ‎italiano • ‎日本語 • ‎Nederlands • ‎polski • ‎português • ‎português do Brasil
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

Detalls[edit]

Prescribes whether MediaWiki should log the IP addresses of its editors in recentchanges.rc_ip. Although there is no interface in the standard MediaWiki package for retrieving this information, it can be accessed using extensions; a database administrator can also run an SQL query to retrieve the IP addresses.

Current versions of the CheckUser extension do not rely on this setting. CheckUser stores its data in a separate cu_changes table.

Vegeu també[edit]