ooztumer Posted August 18, 2014 Share Posted August 18, 2014 Hello, I was trying to send password reset form out of whmcs domain (I put login and password recovery forms on another site) but i couldnt do that, this method redirects to whmcs main page: <form name="sifreform" method="post" action="http://domain-to-whmcs-main/pwreset.php"> <label>E-Mail</label> <input type="text" name="email" /> <input type="hidden" name="action" value="reset" /> <br /> <a onclick="document.sifreform.submit();" class="btn btn_red">Reset Password</a> </form> Do I need to sth else? 0 Quote Link to comment Share on other sites More sharing options...
ooztumer Posted August 19, 2014 Author Share Posted August 19, 2014 No one ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 20, 2014 WHMCS Support Manager Share Posted August 20, 2014 Hi, This isn't likely to work, but you could try disabling CSRF Tokens under Setup > general Settings > Security tab, and that may help. The most secure option would be to just link to the pwreset.php page directly. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.