WP Manifestindependent plugin directory
manifest / security / quick-admin-login

Quick Admin Login

A WordPress plugin that displays admin users on the login page for quick, passwordless login

by Mohamed Abidar · github.com/abidarm/quick-admin-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/abidarm/quick-admin-login/archive/refs/heads/main.zip

From the readme

Quick Admin Login A WordPress plugin that displays admin users on the login page for quick, passwordless login. Designed exclusively for local development and testing environments. Description Quick Admin Login simplifies the login process during development by listing up to 3 administrator users directly on the WordPress login page. Simply click on a user to automatically log in without entering a password. Features - Quick Login: One-click login for administrator users - No Password Required: Automatically authenticates selected users - User List Display: Shows up to 3 admin users with avatars, names, and emails - Development Only: Automatically disabled in production environments - Modern Design: Clean, centered interface that matches WordPress admin styling - Responsive: Works seamlessly on desktop and mobile devices Requirements - WordPress: 5.0 or higher - PHP: 7.0 or higher - Environment: Local development only (see Security section) Installation Standard plugin 1. Download or clone this repository 2. Upload the quick-admin-login folder to the /wp-content/plugins/ directory 3. Activate the plugin through the 'Plugins' menu in WordPress Alternatively, you can insta

Read the full README on GitHub →