WP Manifestindependent plugin directory
manifest / unclassified / email-login-auth

Email Login Auth

Enables to login with WordPress user e-mail address.

by Michal Stanke · github.com/mikkcz/email-login-auth · website

2stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mikkcz/email-login-auth/archive/refs/heads/master.zip

Readme

=== Email Login Auth === Contributors: flexithemes, mikk_cz Donate link: https://www.paypal.me/mstanke/100 Tags: email, login, authentication, username Requires at least: 4.0 Tested up to: 4.9.2 Stable tag: 0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Enables to login with WordPress user e-mail address.

== Description ==

Email Login Auth is a very simple WordPress plugin, which allows users to login with their account e-mail address. Just install, activate it and re-login! You can also disable login with username for all users or for 'admin' only.

= How to use =

  • After installation, enable the plugin.
  • Now you and your users will be able to login using their account e-mail address!

= Settings = The plugin settings you can find in WordPress Admin -> Options -> Email Login Auth.

  • "Enable login with e-mail" is checked by default - allows users to login with their account e-mail address. If not checked, the plugin does nothing and you can login with username only.
  • "Enable login with username" - uncheck to disable login with with username. If 'Enable login with e-mail' is off, it will be enabled automatically.
  • "Enable login with 'admin' username" - if 'Enable login with username' is on, you can separately disable login with username for 'admin' user only.

== Installation ==

How to install:

  1. In your WordPress Dashboard, please go to Plugins -> Plugin Install.
  2. Search "Email Login Auth".
  3. Click on the "Install Now" button.
  4. Afterward you can "Activate" the plugin in Plugins -> Installed.
  5. Now you and your users will be able to login using their account e-mail address.

== Frequently Asked Questions ==

= How to disable the e-mail login again? =

  • You can "Deactivate" the plugin again in Plugins -> Installed. or
  • Go to Settings -> Email Login Auth, uncheck the "Enable login with e-mail" option and click "Save Changes".

== Changelog ==

= 0.4 =

  • Update settings descriptions
  • Better readme.txt
  • Fix form label when username login disabled

= 0.3 =

  • Add an option to disable username login for 'admin' only

= 0.2.1 =

  • Add an option to disable username login

= 0.1 =

  • First public release.

== Upgrade Notice ==

= 0.4 =

  • Update settings descriptions
  • Better readme.txt
  • Fix form label when username login disabled

= 0.3 =

  • Add an option to disable username login for 'admin' only

= 0.2.1 =

  • Add an option to disable username login

= 0.1 =

  • First public release.

Read the full README on GitHub →