commit 8aec79d5005d39e54de1435cde485086d50f7849
Author: hasse <hasegawa@i-hearts.jp>
Date:   Thu Mar 3 02:01:42 2016 -0500

    UsersControllerの更新

diff --git a/app/Controller/UsersController.php b/app/Controller/UsersController.php
index b870323..36d21a6 100755
--- a/app/Controller/UsersController.php
+++ b/app/Controller/UsersController.php
@@ -9,11 +9,11 @@ App::uses('AppController', 'Controller');
 class UsersController extends AppController {
 
 	public $layout = 'procedure';
-	public $name = 'uses';
+	public $name = 'users';
 
     public function beforeFilter() {
         parent::beforeFilter();
-        $this->Auth->allow('register','activate');
+        $this->Auth->allow('register','activate','confirm','sent');
     }
 
 /**
diff --git a/app/View/top/aboutus.ctp b/app/View/top/aboutus.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/contact_check.ctp b/app/View/top/contact_check.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/contact_thanks.ctp b/app/View/top/contact_thanks.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/delete_check.ctp b/app/View/top/delete_check.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/delete_comp.ctp b/app/View/top/delete_comp.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/privacy.ctp b/app/View/top/privacy.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/privacy.html b/app/View/top/privacy.html
old mode 100644
new mode 100755
diff --git a/app/View/top/reminder.ctp b/app/View/top/reminder.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/reminder_check.ctp b/app/View/top/reminder_check.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/reminder_reissue.ctp b/app/View/top/reminder_reissue.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/save.ctp b/app/View/top/save.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/save_check.ctp b/app/View/top/save_check.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/save_comp.ctp b/app/View/top/save_comp.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/save_login.ctp b/app/View/top/save_login.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/terms.ctp b/app/View/top/terms.ctp
old mode 100644
new mode 100755
diff --git a/app/webroot/css/_main.css b/app/webroot/css/_main.css
old mode 100644
new mode 100755
