aimanecouissi / module-user-startup-page-admin-ui
Add a Startup Page field to Admin user forms
Package info
github.com/aimanecouissi/magento2-module-user-startup-page-admin-ui
Type:magento2-module
pkg:composer/aimanecouissi/module-user-startup-page-admin-ui
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
Adds Startup Page selection to Admin user, role, and account forms. The module stores a preferred Admin menu page for users or roles and uses that preference when resolving the post-login Admin landing page.
Installation
composer require aimanecouissi/module-user-startup-page-admin-ui bin/magento module:enable AimaneCouissi_UserStartupPageAdminUi bin/magento setup:upgrade bin/magento cache:flush
Usage
The Startup Page dropdown appears on the Admin → System → Permissions → All Users grid edit form, the Admin → System → Permissions → User Roles grid edit form, and the Admin account form in the upper-right account menu. Saving a value stores the selected Admin menu item for that user or role.
When both values exist, the user-level Startup Page takes precedence over the role-level value. If neither value is set, Magento uses Stores → Configuration → Advanced → Admin → Startup Page.
Uninstall
bin/magento module:disable AimaneCouissi_UserStartupPageAdminUi composer remove aimanecouissi/module-user-startup-page-admin-ui bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.