diff --git a/README.md b/README.md index 918ca8cc..1c7c5827 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ a.n Ibnu Maksum ## SPONSORS +- [mixradius.com](https://mixradius.com/) Paid Services Billing Radius - [mlink.id](https://mlink.id) - [https://github.com/sonyinside](https://github.com/sonyinside) diff --git a/system/controllers/forgot.php b/system/controllers/forgot.php index 57b7c680..0caefa38 100644 --- a/system/controllers/forgot.php +++ b/system/controllers/forgot.php @@ -30,8 +30,9 @@ if ($step == 1) { if ($user) { $otpPath .= sha1($username . $db_pass) . ".txt"; if (file_exists($otpPath) && time() - filemtime($otpPath) < 600) { + $sec = time() - filemtime($otpPath); $ui->assign('notify_t', 's'); - $ui->assign('notify', Lang::T("If your Username is found, Verification Code has been Sent to Your Phone/Email/Whatsapp")); + $ui->assign('notify', Lang::T("Verification Code already Sent to Your Phone/Email/Whatsapp, please wait")." $sec seconds."); } else { $via = $config['user_notification_reminder']; if ($via == 'email') {