[wp-testers] Hash string problem

Dion Hulse (dd32) wordpress at dd32.id.au
Mon Apr 5 00:53:21 UTC 2010


On Mon, 05 Apr 2010 10:35:29 +1000, Michael Peerman  
<michaelpeerman at gmail.com> wrote:

> Ok i got Multi site working again but now I get this
>
> Warning! WordPress encrypts user cookies, but you must add the following
> lines to *
> /hermes/web04/b1986/moo.michaelpeerman/michaelpeerman/test/wordpress/wp-config.php
> * for it to be more secure.
> Please add the code before the line, /* That's all, stop editing! Happy
> blogging. */define( 'NONCE_SALT', ')uXa1(cnQDV8ua2fHuUmfabG' );
> define( 'AUTH_SALT', 'XjgLp at 2iPZ^*%Kchwu7n9g&&' );
> define( 'LOGGED_IN_SALT', 'MXPHo48M*yUw*8b(%D8iXnO9' );
> define( 'SECURE_AUTH_SALT', '27(NnhkLiy9N7jY*csR2qmR&' );
>
> Which i have already done heres what my wp-config file looks like

>
>
> define( 'NONCE_KEY', 'zA(kfJl%Knq(MebONcQYaVAT' );
> define( 'AUTH_KEY', 'Qr9YIgX#Gfn#J%DXd#L$JVi0' );
> define( 'LOGGED_IN_KEY', 'r(35vOe7AP5ivxGs1k)*xK62' );
> define( 'SECURE_AUTH_KEY', 'M*h%Bn$K0L0Zi&Y6pfoMW at Qx' );

>
> Can you tell me whats wrong

If you look closer, you'll notice the ones its asking you to add are the  
SALT's, whereas, you've got KEY's defined. They're used for different  
things, and both should be defined.


Dion Hulse / dd32
Contact:
  e: contact at dd32.id.au
  Web: http://dd32.id.au/


More information about the wp-testers mailing list