Extension:MwSSE

From mediawiki.org
MediaWiki extensions manual
MwSSE
Release status: unmaintained
Implementation User activity
Author(s) (Nagruytalk)
Latest version 0.0.0
MediaWiki 1.27+
License GNU General Public License 3.0
Download
README

The MwSSE extension sends an email to the user when any login attempt occurs.

Install[edit]

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

TODO list[edit]

  • Enable/Disable option for the extension in user Preferences.