Resetpassword widget throw 500 error
Summary
Resetpassword widget throw 500 errorContent
Hello All,
I am using the below code in Dev environment its working fine when i move the code to production its throw 500 internal error refer my screenshot can anyone help to resolve this issue.
<div id="rn_PageTitle" class="rn_Account">
<h1>#rn:msg:RESET_YOUR_PASSWORD_CMD#</h1>
</div>
<div id="rn_PageContent">
<div class="rn_Padding">
<rn:widget path="login/ResetPassword" />
</div>
</div>
0