Re: Security.salt and Security.cipherSeed, Why ? and for what ?

2015-01-09 Thread Stephen S
January 2015 at 11:07, Stephen S wrote: > >> Hey >> >> If you check out the comments above these configuration values it should >> explain what they are for. >> >> When you use CakePHP's "Auth" component in your application, by default >> it w

Re: Security.salt and Security.cipherSeed, Why ? and for what ?

2015-01-09 Thread Stephen S
configuration values it should > explain what they are for. > > When you use CakePHP's "Auth" component in your application, by default it > will use the Security.salt value when it is hashing passwords and the like, > it's a bad idea to keep this at the default

Re: Security.salt and Security.cipherSeed, Why ? and for what ?

2015-01-09 Thread Stephen S
Hey If you check out the comments above these configuration values it should explain what they are for. When you use CakePHP's "Auth" component in your application, by default it will use the Security.salt value when it is hashing passwords and the like, it's a bad idea

Security.salt and Security.cipherSeed, Why ? and for what ?

2015-01-08 Thread Cake.newbie
Hi everyone, I just started using CakePHP today :) and i really didn't find an answer for my questions. What *Security.salt* and *Security.cipherSeed* are ? Where/when/for what Security.salt and Security.cipherSeed are used ? Thanks. -- Like Us on FaceBook https://www.faceboo

Re: Security.salt

2009-08-14 Thread Marcelo Andrade
On Fri, Aug 14, 2009 at 5:20 AM, Arun VS wrote: > > Hi all members i am new to Cake PHP. I had installCake PHP 1.2.4.8284. > and cong it it is showi an error > > Please change the value of 'Security.salt' in app/config/core.php to a > salt value specific to your

Re: Security.salt

2009-08-14 Thread rich...@home
ad installCake PHP 1.2.4.8284. > and cong it it is showi an error > > Please change the value of 'Security.salt' in app/config/core.php to a > salt value specific to your application [CORE/cake/libs/debugger.php, > line 535] > > what value has to be gi

Security.salt

2009-08-14 Thread Arun VS
Hi all members i am new to Cake PHP. I had installCake PHP 1.2.4.8284. and cong it it is showi an error Please change the value of 'Security.salt' in app/config/core.php to a salt value specific to your application [CORE/cake/libs/debugger.php, line 535] what value has to be given th

Re: 1.2 auth from cookbok only able to work if Security.salt set to empty ...

2008-05-11 Thread b logica
> > > > Hello, > > > > > I was able to add 1.2 auth from the cookbook > (http://book.cakephp.org/view/172/authentication) > > > to my testapp but somehow only works for me if core.php : > > > Configure::write('Security.salt', '&#x

Re: 1.2 auth from cookbok only able to work if Security.salt set to empty ...

2008-05-11 Thread Andras Kende
to add 1.2 auth from the cookbook   > > (http://book.cakephp.org/view/172/authentication) > > to my testapp but somehow only works for me if core.php : > > Configure::write('Security.salt', '');  is set to empty... > > > What I'm missing

Re: 1.2 auth from cookbok only able to work if Security.salt set to empty ...

2008-05-11 Thread aranworld
was able to add 1.2 auth from the cookbook > (http://book.cakephp.org/view/172/authentication) > to my testapp but somehow only works for me if core.php : > Configure::write('Security.salt', ''); is set to empty... > > What I'm miss

1.2 auth from cookbok only able to work if Security.salt set to empty ...

2008-05-11 Thread Andras Kende
Hello, I was able to add 1.2 auth from the cookbook ( http://book.cakephp.org/view/172/authentication ) to my testapp but somehow only works for me if core.php : Configure::write('Security.salt', ''); is set to empty... What I'm missing here? users table (sha1