WP Manifestindependent plugin directory
manifest / admin / brayne-wordpress-login-page

Brayne WordPress Admin Login

WordPress Login Page Designer

by Isaac Ameyaw · github.com/braynedigi/brayne-wordpress-login-page · 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/braynedigi/brayne-wordpress-login-page/archive/refs/heads/main.zip

Readme

Brayne WordPress Admin Login

A reusable WordPress login screen with live preview, layouts, branding, presets, and optional security controls.

  • Author: Isaac Ameyaw
  • License: GPL-2.0-or-later
  • Requires: WordPress 6.0+, PHP 7.4+

Install

  1. Upload this folder to /wp-content/plugins/.
  2. Activate Brayne WordPress Admin Login.
  3. Open Settings → Brayne WordPress Admin Login.

See readme.txt for the full WordPress.org-style description.

Emergency bypass

Add this to wp-config.php to restore the default login screen:

define( 'BWAL_DISABLE', true );

Read the full README on GitHub →