Skip to content

Commit a405559

Browse files
committed
#37902: It's time to change the password in the admin panel. Problem with the link
- Fix 'It's time to change your password' link in admin panel
1 parent 05fa3de commit a405559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/etc/events.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<event name="model_save_commit_after">
4949
<observer name="flush_cache_after_model_save" instance="Magento\PageCache\Observer\FlushCacheByTags" />
5050
</event>
51-
<event name="backend_auth_user_login_success">
51+
<event name="admin_user_authenticate_after">
5252
<observer name="FlushFormKey" instance="Magento\PageCache\Observer\FlushFormKey"/>
5353
</event>
5454
<event name="customer_login">

0 commit comments

Comments
 (0)