mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
[ticket/17468] Send reset password link to email only
PHPBB-17468
This commit is contained in:
@ -272,7 +272,7 @@ class reset_password
|
|||||||
], false)
|
], false)
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$messenger->send($user_row['user_notify_type']);
|
$messenger->send(NOTIFY_EMAIL);
|
||||||
|
|
||||||
return $this->helper->message($message);
|
return $this->helper->message($message);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user