password recovery

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi there
version 4.2
id like to add some text (paragraph) to the password recovery page.
is there anyway to find this page?
4 years ago
You can modify "Customer.PasswordRecovery" message template. Documentation: https://docs.nopcommerce.com/user-guide/marketing/content/message-templates.html
4 years ago
Are you talking about adding text on password recovery page? If yes, then go to admin and create a topic with a system name. Then open PasswordRecovery.cshtml in Visual Studio and put this code anywhere in it.
@await Component.InvokeAsync("TopicBlock", new { systemName = "TopicSystemName" })


This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.