We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42046
    • 436 Posts
    I can't seem to get the ResetPassword snipped to function correctly.

    Using ForgotPassword sends the email with a link and new password but clicking on the link just brings up a blank page and fails to set the new password. Any ideas?

    Call:
    [[!ResetPassword? &loginResourceId=`38` &tpl=`lgnResetPassTpl` tplType=`modChunk`]]


    Tpl:
    <div class="loginResetPass">
    <p class="loginResetPassHeader">[[+username]],</p>
    
    <p class="loginResetPassText">Your password has been reset. Please return <a href="[[+loginUrl]]">here</a> to log in.</p>  
    </div>
    • Anything in your error logs?