Extension:EmailLogin

MediaWiki extensions manual
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
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 your extensions/ 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