From 9683a1f488ac281c16867f21d3e7bd31423d7ab2 Mon Sep 17 00:00:00 2001 From: mr Date: Fri, 3 Jun 2016 18:13:57 +0300 Subject: [PATCH] images --- common/widgets/views/registration.php | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- frontend/controllers/LoginController.php | 2 +- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/common/widgets/views/registration.php b/common/widgets/views/registration.php index a658a29..636cb3f 100644 --- a/common/widgets/views/registration.php +++ b/common/widgets/views/registration.php @@ -1 +1,51 @@ - \ No newline at end of file + + + + + + + + Rukzachok.com.ua + + + +
+
+
+

Добрый день, !

+

Спасибо за регистрацию . Приятных покупок в магазине Rukzachok.com.ua

+
+
+
+ + + + + + +
+ +38 (067) 000 00 00 + + rukzachok.com.ua +
+ +
+
+ + diff --git a/frontend/controllers/LoginController.php b/frontend/controllers/LoginController.php index 0304395..d5106bc 100755 --- a/frontend/controllers/LoginController.php +++ b/frontend/controllers/LoginController.php @@ -34,7 +34,7 @@ class LoginController extends Controller } public function actionForgot(){ - +var_dump($_POST['User']['username']);die(); $model = new Customer; if(!empty($_POST['User']['username'])){ if($user = Customer::find()->where(['username'=>$_POST['User']['username']])->one()) -- libgit2 0.21.4