Hi, I want to overwrite administrator email templates, from this path
vendor/magento/module-user/view/adminhtml/email
I use this path
app/design/frontend/{Packagename}/{themename}/Magento_User/email/
and it doesn't work, i can't see these templates from the cms panel.
Hello @maciejmodl497d
app/design/adminhtml/{Vendor}/{Theme}/Magento_User/email/
app/design/adminhtml/Magento/backend/Magento_User/email/I hope it is helpful to you.
Thx for answer, I have not admin theme, i use this
app/design/adminhtml/Magento/backend/Magento_User/email/
but it doesn't work.
Hi @maciejmodl497d ,
You can load vendor template in admin and make necessary changes there.
Go to Admin Log-in -> Marketing -> Email Templates -> Add New Template -> Under Load default template -> select your module in your case under Magento_User -> choose to Forget Admin Password -> then finally load the template to see your template loaded in admin and make changes there.
Hope this helps.
Thanks!
if issue solved, Click Kudos & Accept as Solution