mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Final fixes
This commit is contained in:
@@ -29,9 +29,9 @@ switch($action) {
|
||||
$to = $ret["email"];
|
||||
$subject = $page->settings->getSetting('title') . " Password Reset";
|
||||
$contents = "Your password has been reset to " . $newpass;
|
||||
$onscreen = "Your password has been reset to <strong>" . $newpass ."</strong> and sent to your e-mail address.";
|
||||
Utility::sendEmail($to, $subject, $contents, $page->settings->getSetting('email'));
|
||||
// Print new password to the screen so users dont have to check e-mail.
|
||||
$page->smarty->assign('notice', $contents . " and sent to your e-mail address.");
|
||||
$page->smarty->assign('notice', $onscreen);
|
||||
$page->smarty->assign('confirmed', "true");
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user