The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

748 Modules
496 Ready
245 Need Help
🏆 Leaderboard
Actively Maintained v1.0.1

Admin Branding

hryvinskyi/magento2-admin-branding

Customizes the Magento admin panel with your own branding: replace login and menu logos, display additional text on the login page, and show demo credentials with an auto-fill button for staging environments.

2
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1 error , 11 warnings
L1 PHPStan

Tested on Magento 2.4.8-p4

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.1 on Magento 2.4.8-p4
Mar 22, 2026
v1.0.0 on Magento 2.4.8-p4
Mar 21, 2026

Share This Module's Status

Admin Branding Magento compatibility status badge

README

Loaded from GitHub

Magento 2 / Adobe commerce Admin Branding

Customize the Magento 2 / Adobe commerce admin panel with your own branding: replace login and menu logos, display additional text on the login page, and show demo credentials with an auto-fill button.

Features

  • Custom Login Logo — Replace the default Magento logo on the admin login page with your own image (SVG, PNG, JPG, GIF). Recommended size: 288x100px.
  • Custom Menu Logo — Replace the Magento logo in the admin sidebar navigation. Recommended size: 35x41px.
  • Additional Text — Display custom HTML text below the Sign In button on the login page (e.g., company name, support contact).
  • Demo Credentials — Show demo login/password on the login page with a one-click auto-fill button. Useful for staging and demo environments.
  • Multi-Store Support — All settings are configurable per store view.
  • ACL Protected — Dedicated ACL resource for configuration access control.

Requirements

  • Magento 2.4.x
  • PHP 8.1+

Installation

Via Composer

composer require hryvinskyi/magento2-admin-branding
bin/magento setup:upgrade
bin/magento cache:flush

Manual Installation

  1. Copy the module files to app/code/Hryvinskyi/AdminBranding/
  2. Run:
bin/magento setup:upgrade
bin/magento cache:flush

Configuration

Navigate to Stores > Configuration > Advanced > Admin > Admin Branding.

Setting Description
Enabled Enable or disable all admin branding features
Replace Admin Login Logo Toggle custom logo on the login page
Admin Login Logo Upload the login page logo image
Replace Admin Menu Logo Toggle custom logo in the admin sidebar
Admin Menu Logo Upload the sidebar navigation logo image
Enable Additional Text Toggle custom text below the login form
Additional Text HTML content to display (e.g., company attribution)
Show Demo Credentials Toggle demo login credentials display
Demo Username The demo username shown on the login page
Demo Password The demo password shown on the login page

License

MIT License. See LICENSE for details.

Author

Volodymyr Hryvinskyi

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.