aimanecouissi/module-admin-user-startup-page

Add a Startup Page setting to the Admin user and role forms

Maintainers

Package info

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

Type:magento2-module

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

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-20 00:27 UTC

This package is auto-updated.

Last update: 2026-04-20 00:27:40 UTC


README

Latest Stable Version Total Downloads Magento Version Require License PHP Version Require

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.

License

MIT