=== Multi-Email Login ===
Contributors: mdburnette
Tags: authentication, email, login, multiple-emails, user-management
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Enable multiple email addresses to be associated with a single WordPress user account for authentication purposes.

== Description ==

Multi-Email Login allows users to associate multiple email addresses with their WordPress account and login using any of those email addresses. This is useful for users who have multiple email addresses or have changed their primary email address.

**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

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

== Installation ==

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

== Frequently Asked Questions ==

= 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.

== Changelog ==

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

= 1.0.0 =
* Initial release

== Support ==

For support, please visit: https://mburnette.com/multi-email-login

