=== LoginEase ===
Contributors: killiansantos
Donate link: https://buymeacoffee.com/killiansantos
Tags: login, passwordless, magic link, authentication, security
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Passwordless login via secure magic links on the WordPress login form.

== Description ==

LoginEase lets your users log in without passwords by sending a secure “magic login link” to their email.  
It integrates seamlessly with the standard WordPress login form, supports a custom login URL slug, and optionally disables classic password login.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/loginease` directory, or install the plugin through the WordPress plugins screen directly.  
2. Activate the plugin through the 'Plugins' screen in WordPress.  
3. Configure the settings under **Settings > LoginEase**.  
4. Optionally enable the custom login URL slug and disable password login on the settings page.  
5. Use the login form as usual — users can enter their email or username and request a magic login link.

== Frequently Asked Questions ==

= Is this plugin compatible with WooCommerce? =  
Yes, it modifies the default WordPress login form, which WooCommerce also uses by default.

= How long is the magic link valid? =  
You can configure the link validity duration in minutes in the settings. The default is 15 minutes.

= Can I disable classic password login? =  
Yes, there is an option to disable password login, which hides the password fields and login button on the login form.

= How is my privacy protected? =  
No user data is tracked or stored outside your site. Login tokens expire and can be used only once.

== Changelog ==

= 1.0.0 =  
* Launch of the first public version of LoginEase