commit 8fa10255c509b6b77d694b7366878172b605ee59
Author: hasse <hasegawa@i-hearts.jp>
Date:   Tue Mar 8 04:29:23 2016 -0500

    ログイン機能の改善

diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php
index 8ef7739..d235739 100755
--- a/app/Controller/AppController.php
+++ b/app/Controller/AppController.php
@@ -60,14 +60,18 @@ class AppController extends Controller {
 					'passwordHasher' => 'Blowfish'
                 )
             ),
-			'flash' => array(
-				'element' => 'alert',
-				'key' => 'auth',
-				'params' => array(
-					'plugin' => 'BoostCake',
-					'class' => 'alert-error'
-				)
-			)
+			// 'flash' => array(
+			// 	'element' => 'alert',
+			// 	'key' => 'auth',
+			// 	'params' => array(
+			// 		'plugin' => 'BoostCake',
+			// 		'class' => 'alert-error'
+			// 	)
+			// )
 		)
 	);
+	    public function beforeFilter() {
+        // $this->Auth->allow('index', 'view');
+    }
+
 }
