This URL is defined in the theme settings as `login_path`.
The redirect script should include URL parameters. This is a script that works:
function getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^]*)"), results = regex.exec(location.search); return results == null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } // redirect to custom login, with checkout_url intact window.location.href = "https://frontend.dev.devacurlaws.com/?checkout_url=" + getParameterByName("checkout_url");
We will send you an email to reset your password.