Skip to content

Commit face838

Browse files
lakshmanadevarul
authored andcommitted
ACP2E-1446 : Admin password recovery link opens the login page when store code is added to URLs
1 parent 4b593c8 commit face838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/User/view/adminhtml/email/password_reset_confirmation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
{{trans "If you requested this change, reset your password here:"}}
2222

23-
{{store url="admin/auth/resetpassword/" _query_id=$user.user_id _query_token=$user.rp_token _nosid=1}}
23+
{{store url="admin/auth/resetpassword/" _type="web" _query_id=$user.user_id _query_token=$user.rp_token _nosid=1 }}
2424

2525
{{trans "If you did not make this request, you can ignore this email and your password will remain the same."}}
2626

0 commit comments

Comments
 (0)