We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87b631e + c760d0a commit 033ab5aCopy full SHA for 033ab5a
app/code/Magento/User/Observer/Backend/ForceAdminPasswordChangeObserver.php
@@ -108,6 +108,7 @@ public function execute(EventObserver $observer)
108
'adminhtml_system_account_index',
109
'adminhtml_system_account_save',
110
'adminhtml_auth_logout',
111
+ 'mui_index_render'
112
];
113
/** @var \Magento\Framework\App\Action\Action $controller */
114
$controller = $observer->getEvent()->getControllerAction();
0 commit comments