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 @@
-= 'Спасибо за регистрацию '. $params['name']?>
\ No newline at end of file
+= 'Спасибо за регистрацию '. $params['name']?>
+
+
+
+
+
+
+ Rukzachok.com.ua
+
+
+
+
+
+
+
Добрый день, = $params['name'] ?>!
+ Спасибо за регистрацию . Приятных покупок в магазине 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