=== Webangon Login Customiser ===
Contributors: ashrafangon
Tags: login, gutenberg, block editor, custom login, branding
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Design the WordPress login screen with a normal Gutenberg page while retaining WordPress's native authentication forms and flows.

== Description ==

Webangon Login Customiser lets an administrator:

* Create a one-click starter design page or use any standard WordPress page with Gutenberg blocks.
* Insert the included Login Form block where the native WordPress form should appear.
* Select that page under Settings > Webangon Login Customiser.
* Use the same design for login, registration, password reset, and related wp-login.php screens.
* Style the form width, padding, radius, background, text, and button colors in the block sidebar.
* Optionally load the active theme stylesheet for closer editor-to-login styling.

The plugin does not replace WordPress authentication. It moves the complete native form into the selected Gutenberg layout, preserving core validation, errors, password reset, registration, cookies, redirects, and third-party login hooks.

== Installation ==

1. Upload and activate the plugin.
2. Go to Settings > Webangon Login Customiser and create the starter page, or build your own Gutenberg page.
3. Add the Login Form block to the page where the native form should appear.
4. Select the page, enable customization, and save.
5. Test wp-login.php in a private/incognito browser window.

== Frequently Asked Questions ==

= What happens if the selected page is deleted? =

The plugin safely falls back to the normal WordPress login screen.

= Must the design page be published? =

No. Draft and private pages can be selected.

= Does it support lost-password and registration forms? =

Yes. The plugin moves WordPress's native #login container, so other core wp-login.php actions use the same Gutenberg layout.

= What happens if I forget to add the Login Form block? =

The native form is placed in a fallback container at the bottom of the selected page.

== Changelog ==

= 1.0.0 =
* Initial release.
