How to login with email only no username?
Update: I have created a plugin for login, registration and retrieve password with email. https://wordpress.org/plugins/smart-wp-login/ Answer in short, you can configure WordPress to login with email. Three Steps: Remove default authentication function Add custom authentication function Change text “Username” in wp-login.php to “Email” One Note: Don’t edit core files. Remove WordPress default authentication function. WordPress … Read more