commit ceb21f4353f8c38bff239228889478b629d9e882
Author: hasse <hasegawa@i-hearts.jp>
Date:   Thu Mar 3 03:09:45 2016 -0500

    トップ＆固定ページリンクのつなぎ合わせ

diff --git a/app/Controller/UsersController.php b/app/Controller/UsersController.php
index 36d21a6..8195f77 100755
--- a/app/Controller/UsersController.php
+++ b/app/Controller/UsersController.php
@@ -203,14 +203,15 @@ class UsersController extends AppController {
 		}
 		if ($this->request->is('post')) {
 			if ($this->Auth->login()) {
-				$this->redirect($this->Auth->redirectUrl());                          
+				$this->redirect('/Users/login_top');                          
 			} else {
-				$this->Flash->error(__('login error'));
+				$this->Flash->error(__('error'));
+				// $this->Flash->error(__('<section class="caution"><p>ニックネームか　パスワードに<br>まちがいが あるよ！</p></section>'));
 			}
 		}
 	}	
 /**
- * logout method
+ * logout methods
  *
  * @throws NotFoundException
  * @param string $id
@@ -221,6 +222,14 @@ class UsersController extends AppController {
 	}
 
 
+/**
+ * login_top method
+ *
+ */
+	public function login_top() {
+	}
+
+
 
 }
 
