Forgot Password

function refreshCaptcha(){ $.ajax({ type: "POST", url: "https://mail.juwamcollege.com/site/refreshCaptcha", data: {}, success: function(captcha){ $("#captcha_image").html(captcha); } }); }