=== Swift Login System ===
Contributors: bhumi239
Tags: login, custom login, login form, shortcode
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight, secure, and clean custom login form plugin utilizing a unique shortcode.

== Description ==

This plugin allows administrators to display a straightforward login form on any page or post using a unique shortcode. It keeps users on the front end without exposing the back-end interface.

= Key Features =
* Secure unique shortcode deployment `[bhumi_frontend_login_form]`.
* Front-end error handling for incorrect credentials.
* Automatic safe redirection logic.

== Installation ==

1. Upload the `swift-login-system` folder to the `/wp-content/plugins/` directory, or upload the ZIP file via WordPress admin.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Place the shortcode `[bhumi_frontend_login_form]` on any page or post.

== Changelog ==

= 1.0.1 =
* Refactored plugin name and text domains to avoid trademark and generic naming collisions.
* Renamed shortcode to a distinctive identifier to fulfill review requirements.
* Resolved code standard warnings regarding global input variables and missing unslash routines.

= 1.0.0 =
* Initial public release.