Extension:UserLoginLog

From mediawiki.org
MediaWiki extensions manual
UserLoginLog
Release status: unmaintained
Implementation User activity
Description Creates a new MediaWiki log for user logins and logout events
Author(s)
Latest version 1.5.0 (2017-10-24)
MediaWiki 1.27+
Composer mediawiki/user-login-log
License GNU General Public License 2.0 or later
Download
  • $wgServerUser

The UserLoginLog extension logs login attempts and publicly displays the IP address of the person who logged in, or attempted to. The new log appears in the list on the Special:Logs page.

Installation[edit]

  • Download, extract and place the file(s) in a directory called UserLoginLog in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UserLoginLog' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.