Friday, April 20, 2012

Reset Debugger::checkSecurityKeys();

Hello,

I'm develloping an open source CMS with very basic install.

For developping purpose, I changes the keys to install cakephp.

But when a user downloads the CMS, I want him to be prompted to change those keys with this code :

<?php
if (Configure::read('debug') > 0):
Debugger::checkSecurityKeys();
endif;
?>


But how can I reset the keys so the message will be displayed ?

Thanks a lot !

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: