hryvinskyi / magento2-admin-branding
Admin Branding for Magento 2 - customize admin login page logos, menu logo, demo credentials and additional text
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/hryvinskyi/magento2-admin-branding
Requires
- php: ^8.1
- magento/framework: *
- magento/module-backend: *
- magento/module-config: *
- magento/module-store: *
README
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.