Extension:EmailLogin
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
EmailLogin 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
EmailLogin
in 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