[ticket/17468] Send reset password link to email only

PHPBB-17468
This commit is contained in:
rxu 2025-02-02 19:46:49 +07:00
parent 2f08d8eb72
commit cd47344ee2
No known key found for this signature in database
GPG key ID: 955F0567380E586A

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);
}