I have seen following notices during using CakePHP,
- Notice (1024): Please change the value of 'Security.salt' in app/Config/core.php to a salt value specific to your application [CORE\Cake\Utility\Debugger.php, line 657]
- Notice (1024): Please change the value of 'Security.cipherSeed' in app/Config/core.php to a numeric (digits only) seed value specific to your application [CORE\Cake\Utility\Debugger.php, line 661]
- Open this file, 'YourProjectName/app/config/core.php'
- Find this two words, 'Security.salt' and 'Security.cipherSeed'
- Replace this two words with some random characters.
- Save core.php
Very Nice what is the use of this two values
ReplyDelete