User Startup Page
aimanecouissi/module-user-startup-page-admin-ui
Lets you set a preferred post-login admin landing page per admin user or role, with user-level preference taking precedence over role-level. Configurable from the user, role, and account forms, falling back to the global startup page setting.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_UserStartupPageAdminUi
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.
License
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.