diff --git a/common/widgets/views/password.php b/common/widgets/views/password.php index a20f0b5..8d6ffd4 100644 --- a/common/widgets/views/password.php +++ b/common/widgets/views/password.php @@ -12,4 +12,5 @@ $resetLink = Yii::$app->urlManager->createAbsoluteUrl(['site/reset-password', 't
Follow the link below to reset your password:
= Html::a(Html::encode($resetLink), $resetLink) ?>
- \ No newline at end of file + + \ No newline at end of file diff --git a/frontend/controllers/LoginController.php b/frontend/controllers/LoginController.php index 7a2db8c..8f628d2 100755 --- a/frontend/controllers/LoginController.php +++ b/frontend/controllers/LoginController.php @@ -34,7 +34,6 @@ class LoginController extends Controller } public function actionForgot(){ -//var_dump($_POST['Customer']['username']);die(); $model = new Customer; if(!empty($_POST['Customer']['username'])){ if($user = Customer::find()->where(['username'=>$_POST['Customer']['username']])->one()) -- libgit2 0.21.4