Extension:EmailLogin
Appearance
This extension is incompatible with MediaWiki 1.43 or any later release!
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Release status: unmaintained |
|
|---|---|
| Implementation | User activity |
| Description | Allow users to login with their e-mail address |
| Author(s) | Pierre Rudloff (Rudlofftalk) |
| Latest version | 1.0.1 (2017-12-28) |
| MediaWiki | |
| Composer | archi-strasbourg/email-login |
| License | GNU General Public License 3.0 |
| Download | GitHub:
Note: README Releases |
The EmailLogin extension allows users to use their e-mail address instead of their username when logging in.
Installation
[edit]- Download and place the file(s) in a directory called
EmailLoginin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'EmailLogin' );
Done â Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also
[edit]- Extension:EmailAuth - use email as a second-factor authentication
