Login with email address or username – PremiumPress Themes https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/feed/ Thu, 18 Jun 2026 05:19:59 +0000 https://bbpress.org/?v=2.6.4 en-US https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-920 <![CDATA[Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-920 Thu, 04 Jul 2013 17:13:40 +0000 Shakib Hi,
Adding below code to your _functions.php will enable your users to login with their email address or username. At the moment one can login only with username.

function login_with_email_address($username) {
$user = get_user_by_email($username);
if(!empty($user->user_login))
$username = $user->user_login;
return $username;
}
add_action(‘wp_authenticate’,’login_with_email_address’);

]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-974 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-974 Fri, 05 Jul 2013 05:04:57 +0000 Nice Shakib. +1

]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1010 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1010 Fri, 05 Jul 2013 08:47:32 +0000 Mark Fail thanks for sharing 🙂

]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1642 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1642 Mon, 08 Jul 2013 17:40:31 +0000 Narender Kumar Can I place it in custom styles box.

]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1647 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1647 Mon, 08 Jul 2013 18:03:14 +0000 Shakib Hi,
No this must go in your _functions.php file in your themes folder. If you don’t have _functions.php file then see attached.
Copy the file to your theme directory, see example below:

wp-content\themes\directorypress\themes\directorypress-Glow-Directory\_functions.php

btw, custom styles box is for css

Attachments:
You must be logged in to view attached files.
]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1653 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-1653 Mon, 08 Jul 2013 18:16:46 +0000 Narender Kumar Thanks a lot . Iam still in the learning mode ( self Taught). 😀

]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-3562 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-3562 Thu, 18 Jul 2013 04:39:40 +0000 so can you login with both username or email ?
or can you only login with email after adding that function ?

]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-3568 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-3568 Thu, 18 Jul 2013 05:15:22 +0000 Mark Fail try your own site, see which you can do as it seems to be a mixture.

]]>
https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-4336 <![CDATA[Reply To: Login with email address or username]]> https://www.premiumpress.com/forums/topic/login-with-email-address-or-username/#post-4336 Sun, 21 Jul 2013 22:15:50 +0000 CTK AWESOME!!! I was looking for a feature like this for our site!!! YEAHHH!!!!

]]>