Merge pull request #6777 from rxu/ticket/17468

[ticket/17468] Send reset password link to email only
This commit is contained in:
Marc Alexander 2025-02-06 20:29:00 +01:00 committed by GitHub
commit 120ae90636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,7 +272,7 @@ class reset_password
], false)
]);
$messenger->send($user_row['user_notify_type']);
$messenger->send(NOTIFY_EMAIL);
return $this->helper->message($message);
}