Lumaktaw patungo sa content
WordPress.org

Tagalog

  • Themes
  • Plugins
  • Mga Balita
  • Suporta
  • Tungkol Sa
  • Mag-translate
  • Makipagkita
  • Makipag-uganayan
  • Taga-pangangasiwa
  • WPUGPH
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Multi-Email Login

  • Mag-submit ng plugin
  • Aking mga paborito
  • Mag-log in
  • Mag-submit ng plugin
  • Aking mga paborito
  • Mag-log in

Multi-Email Login

Ni mdburnette
I-download
  • Mga Detalye
  • Mga Review
  • Pag-install
  • Development
Suporta

Deskripsyon

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( ’email’, ‘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( ’email’, ‘user@example.com’ );

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

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

Pag-install

  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.

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Multi-Email Login” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor
  • mdburnette

Isalin ang “Multi-Email Login” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng 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

Meta

  • Bersyon 1.0.2
  • Huling na-update 3 buwan ang nakalipas
  • Mga aktibong installation Wala pang 10
  • Bersyon ng WordPress 5.0 o mas bago
  • Sinubukan hanggang 6.9.4
  • Bersyon ng PHP 7.2 o mas bago
  • Wika
    English (US)
  • Mga Tag
    authenticationemailloginmultiple emailsuser management
  • Advanced View

Mga Rating

No reviews have been submitted yet.

Idagdag ang aking pagsusuri

Tingnan lahat ng review

Mga Contributor

  • mdburnette

Suporta

May gusto kang sabihin? Kailangan ng tulong?

Tingnan ang support forum

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Tagalog

  • Visit our X (formerly Twitter) account
  • Bisitahin ang aming Bluesky account
  • Visit our Mastodon account
  • Bisitahin ang aming Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Bisitahin ang aming TikTok account
  • Visit our YouTube channel
  • Bisitahin ang aming Tumblr account
Ang Code ay Tula.
The WordPress® trademark is the intellectual property of the WordPress Foundation.