aimanecouissi/module-user-startup-page-admin-ui

Add a Startup Page field to Admin user forms

Maintainers

Package info

github.com/aimanecouissi/magento2-module-user-startup-page-admin-ui

Type:magento2-module

pkg:composer/aimanecouissi/module-user-startup-page-admin-ui

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:35 UTC

This package is auto-updated.

Last update: 2026-04-30 21:40:32 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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

MIT