From 6be2fd05e43f3db99112c2fc6bc02d50c5501e55 Mon Sep 17 00:00:00 2001 From: predominant Date: Sun, 13 Dec 2009 11:59:14 +1100 Subject: [PATCH] Changing default Security.level to medium. --- app/config/core.php | 4 ++-- cake/console/templates/skel/config/core.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/core.php b/app/config/core.php index 13ffbb17c..1d811ba46 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -191,12 +191,12 @@ * CakePHP session IDs are also regenerated between requests if * 'Security.level' is set to 'high'. */ - Configure::write('Security.level', 'high'); + Configure::write('Security.level', 'medium'); /** * A random string used in security hashing methods. */ - Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi'); + Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mix'); /** * Apply timestamps with the last modified time to static assets (js, css, images). diff --git a/cake/console/templates/skel/config/core.php b/cake/console/templates/skel/config/core.php index ca6fba4b1..a8b506d14 100644 --- a/cake/console/templates/skel/config/core.php +++ b/cake/console/templates/skel/config/core.php @@ -199,7 +199,7 @@ * CakePHP session IDs are also regenerated between requests if * 'Security.level' is set to 'high'. */ - Configure::write('Security.level', 'high'); + Configure::write('Security.level', 'medium'); /** * A random string used in security hashing methods.