We've sent you an email with a link to update your password.

Login

AM I CHANGING THE PAGE?

This page will eventually redirect to: https://frontend.dev.devacurlaws.com/account/login

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");
      
Return to Store Create account Forgot your password?

Reset your password

We will send you an email to reset your password.