Extension:UserLoginLog
![]() Release status: beta |
|
---|---|
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 | GitHub: Note: |
|
|
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 yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'UserLoginLog' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.