diff --git a/src/mjml/password-reset.mjml b/src/mjml/password-reset.mjml index 23fd72a5..9746fca3 100644 --- a/src/mjml/password-reset.mjml +++ b/src/mjml/password-reset.mjml @@ -47,7 +47,7 @@ somebody has requested a password reset for this email address from wishthis.online. If this was you, click the button below to invalidate your current password and set a new one. - Set new password + Set new password diff --git a/src/pages/login.php b/src/pages/login.php index 1f2551ae..c8c17481 100644 --- a/src/pages/login.php +++ b/src/pages/login.php @@ -72,7 +72,7 @@ if (isset($_POST['reset'], $_POST['email'])) { $mjml ); $mjml = str_replace( - '', + 'password-reset-link', $_SERVER['HTTP_HOST'] . '/register.php?password-reset=' . $_POST['email'] . '&token=' . $token, $mjml );