aimanecouissi / module-admin-user-startup-page
Add a Startup Page setting to the Admin user and role forms
Package info
github.com/aimanecouissi/magento2-module-admin-user-startup-page
Type:magento2-module
pkg:composer/aimanecouissi/module-admin-user-startup-page
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
Adds a Startup Page dropdown to Admin user and role forms, allowing each user or role to define the page shown after login.
Installation
composer require aimanecouissi/module-admin-user-startup-page bin/magento module:enable AimaneCouissi_AdminUserStartupPage bin/magento setup:upgrade bin/magento cache:flush
Usage
The Startup Page dropdown is available in three places: the user edit form under Admin → System → Permissions → All Users, the role info tab under Admin → System → Permissions → User Roles, and the account settings form accessible from the upper-right account menu. Select any Admin menu page from the dropdown to set it as the startup page after login.
The user-level setting takes priority over the role-level setting. If neither is configured, the startup page falls back to the value set in Stores → Configuration → Advanced → Admin → Startup Page.
Uninstall
bin/magento module:disable AimaneCouissi_AdminUserStartupPage composer remove aimanecouissi/module-admin-user-startup-page bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.