TemplateUserLostPassword.cshtml override does not work #11013
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Normally we do these things from a theme, which automatically makes sure the resources are embedded correctly. Post your .csproj, it'll likely be because they are not being correctly embedded during the build process. |
Beta Was this translation helpful? Give feedback.
-
Able to fix the problem. I also need to set True for CopyToPublishDirectory of _ViewImports
TemplateUserConfirmEmail.cshtml & TemplateUserLostPassword.cshtml is dependent to _ViewImports.cshtml |
Beta Was this translation helpful? Give feedback.
Able to fix the problem. I also need to set True for CopyToPublishDirectory of _ViewImports
TemplateUserConfirmEmail.cshtml & TemplateUserLostPassword.…