Fix password reset link
This commit is contained in:
parent
75736fc26e
commit
d9ebe7e038
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if (isset($_POST['reset'], $_POST['email'])) {
|
|||
);
|
||||
$mjml = str_replace(
|
||||
'password-reset-link',
|
||||
$_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . '/register.php?password-reset=' . $_POST['email'] . '&token=' . $token,
|
||||
$_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'] . '/?page=register&password-reset=' . $_POST['email'] . '&token=' . $token,
|
||||
$mjml
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue