Skip to content

Commit e67cc96

Browse files
committed
MC-43161: "Invalid security or form key. Please refresh the page" error message after login with custom backend frontname and URL secret key enabled.
1 parent cb636f7 commit e67cc96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Backend/App/Action/Plugin/Authentication.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ public function __construct(
102102
}
103103

104104
/**
105+
* Ensures user is authenticated before accessing backend action controllers.
106+
*
105107
* @param \Magento\Backend\App\AbstractAction $subject
106108
* @param \Closure $proceed
107109
* @param \Magento\Framework\App\RequestInterface $request

0 commit comments

Comments
 (0)