Extension:MwSSE
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | GitHub: Note: 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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'MwSSE' );
- 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.