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.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubMagento 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
- Copy the module files to
app/code/Hryvinskyi/AdminBranding/ - 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
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.