I'd use the value from your old installation as it is used to encrypt passwords - if the salt is different no one will be able to log in as the encrypted version of the password they enter will not match the encrypted value stored in the database.
On 23 Aug 2014, at 03:25, 'Dallas' via CakePHP <[email protected]> wrote: > I installed a new version of Cakephp 2.5.3 and am migrating old files. When > I first set up I used a new security salt number then I changed to the salt > number from the older version I was migrating because I read that I should do > this. Now I am getting this message: > > 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 846] > > Is there a way I can correct this - or should I re-instal and put former salt > value in so it gets set right? Is there a way to correct this in the > database? > > Thank you. > Dallas > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
