commit b3a58ce1b753f55f31425a026224336ef4143061
Author: hasse <hasegawa@i-hearts.jp>
Date:   Tue Mar 8 01:46:11 2016 -0500

    お問あわせ完了

diff --git a/app/Controller/UsersController.php b/app/Controller/UsersController.php
index df60ecc..610abba 100755
--- a/app/Controller/UsersController.php
+++ b/app/Controller/UsersController.php
@@ -22,7 +22,7 @@ class UsersController extends AppController {
  *
  * @var array
  */
-	public $components = array('Paginator');
+	public $components = array('Paginator','Recaptcha.Recaptcha');
 
 /**
  * index method
@@ -206,7 +206,10 @@ class UsersController extends AppController {
 			if ($this->Auth->login()) {
 				$this->redirect('/Users/login_top');                          
 			} else {
-				$this->Flash->error(__('error'));
+				$this->Flash->loginerror('ニックネームか　パスワードにまちがいが あるよ！', array(
+				    'key' => 'positive',
+					));
+				//$this->Flash->error(__('error'));
 				// $this->Flash->error(__('<section class="caution"><p>ニックネームか　パスワードに<br>まちがいが あるよ！</p></section>'));
 			}
 		}
