Title: Multi-Email Login
Author: mdburnette
Published: <strong>ಜನವರಿ 5, 2026</strong>
Last modified: ಜನವರಿ 5, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/multi-email-login/assets/banner-772x250.png?rev=3433085)

![](https://ps.w.org/multi-email-login/assets/icon-256x256.png?rev=3433082)

# Multi-Email Login

 ‍[mdburnette](https://profiles.wordpress.org/mdburnette/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/multi-email-login.1.0.2.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/multi-email-login/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/multi-email-login/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/multi-email-login/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/multi-email-login/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/multi-email-login/)

## ವಿವರಣೆ

Multi-Email Login is a WordPress plugin that enables users to associate multiple
email addresses with a single account and authenticate using any of them. This solves
a common problem where users have multiple email addresses (personal, work, legacy
accounts) but want to maintain a single WordPress profile.

**Why Use Multi-Email Login?**

 * **Flexibility**: Users can login with whichever email address they have handy
 * **Account Consolidation**: No need to create separate accounts for different 
   email addresses
 * **Smooth Transitions**: When changing primary email addresses, users can keep
   both active for seamless access
 * **Business Use**: Perfect for team members who use multiple email addresses across
   different departments or clients
 * **Zero Friction**: Works transparently with WordPress authentication—no special
   configuration needed

**Features:**
 * Multiple email addresses per user (unlimited) * Login with any 
associated email address * Seamless WordPress authentication integration * Unique
email enforcement * User-friendly interface * No configuration needed * No WordPress
core modifications * Developer-friendly API for finding users by any email address

**Security:**
 * Email format validation * Input sanitization * AJAX nonce protection*
User capability checks * Password verification * Duplicate prevention

### Developer Usage

The plugin provides a simple API for developers to work with multiple email addresses:

**Find a user by any email address (primary or secondary):**
 $user = melog_get_user_by(
ail’, ‘user@example.com’ );

This function works just like WordPress’s `get_user_by()` but automatically checks
both primary and secondary email addresses.

**Instead of:**
 $user = get_user_by(ail’, ‘user@example.com’ );

**Use:**
 $user = melog_get_user_by(ail’, ‘user@example.com’ );

For other field types (login, ID, slug), it behaves identically to the standard 
WordPress function.

## ಸ್ಥಾಪನೆ

 1. Upload the `multi-email-login` folder to `/wp-content/plugins/`
 2. Activate the plugin from the WordPress Plugins menu
 3. Go to Users  Your Profile and add secondary emails
 4. Login with any associated email address

## FAQ

### Can I login with any of my associated emails?

Yes! Once you add an email address to your account, you can use it to login just
like your primary email.

### Is there a limit to how many emails I can add?

No, you can add as many email addresses as you need to your account.

### Are my emails secure?

Yes, all emails are validated and stored securely. AJAX requests are protected with
nonces and user capabilities are verified.

### Will this work with multisite?

Yes, the plugin is fully compatible with WordPress multisite installations.

### Can developers use this in their code?

Yes! Developers can use the `melog_get_user_by()` function as a drop-in replacement
for WordPress’s `get_user_by()`. It automatically checks both primary and secondary
email addresses when looking up users by email.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Multi-Email Login” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ
ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ mdburnette ](https://profiles.wordpress.org/mdburnette/)

[“Multi-Email Login” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/multi-email-login)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/multi-email-login/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/multi-email-login/) ಪರಿಶೀಲಿಸಿ,
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/multi-email-login/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/multi-email-login/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0.2

 * Added `melog_get_user_by()` function for developers

#### 1.0.1

 * Fixed WordPress security standards compliance
 * Improved code documentation
 * Enhanced error handling

#### 1.0.0

 * Initial release

## ಮೆಟಾ

 *  Version **1.0.2**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **7 ತಿಂಗಳುಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 5.0 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **6.9.5** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.2 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/multi-email-login/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [authentication](https://kn.wordpress.org/plugins/tags/authentication/)[email](https://kn.wordpress.org/plugins/tags/email/)
   [login](https://kn.wordpress.org/plugins/tags/login/)[multiple emails](https://kn.wordpress.org/plugins/tags/multiple-emails/)
   [user management](https://kn.wordpress.org/plugins/tags/user-management/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/multi-email-login/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/multi-email-login/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/multi-email-login/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ mdburnette ](https://profiles.wordpress.org/mdburnette/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/multi-email-login/)