WP Manifestindependent plugin directory
manifest / users / instant-login

Instant Login

Lightweight WordPress plugin for custom AJAX login page with redirect options

by Awais Iqbal · github.com/awais-857/instant-login · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/awais-857/instant-login/archive/refs/heads/main.zip

From the readme

Instant Login WordPress Plugin A lightweight WordPress plugin that creates a custom login page with AJAX validation and optional redirect. Features ✨ - Auto-creates login page on activation - Smooth AJAX form submission with loading spinner - Customizable success/error messages - Optional redirect after successful login - Clean, responsive design - Easy-to-use settings page - Secure nonce verification and input sanitization Installation 🚀 1. Download the latest release 2. Upload to /wp-content/plugins/ via WordPress admin 3. Activate the plugin 4. Visit yoursite.com/login to see your new login page Configuration ⚙️ 1. Go to Settings → Instant Login 2. Set a redirect URL (or leave blank for success messages) 3. Save changes Customization 🎨 - Structure: Edit templates/custom-login-template.php - Styling: Modify assets/css/style.css - Behavior: Edit assets/js/script.js - PHP Logic: Modify includes/class-instant-login.php Requirements 📋 - WordPress 5.6+ - PHP 7.0+ Security 🔒 - Nonce verification on all AJAX requests - Input sanitization - Proper authorization checks - Secure password handling via WordPress core functions License 📄 This plugin is licensed under the MIT License.

Read the full README on GitHub →

Releases

TagPublished
v1.0 Jul 28, 2025

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.