Saturday, April 21, 2012

Re: Reset Debugger::checkSecurityKeys();

No one has an idea ?
Thanks a lot.

Le vendredi 20 avril 2012 18:09:07 UTC+2, JonStark a écrit :
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: