Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: installer asking for salts; can’t find any

Go to yourdomain.com/wp-admin/options.php and look for auth_salt and logged_in_salt.

Add these to your BB Config:

define('AUTH_SALT', 'VALUE');
define('LOGGED_IN_SALT', 'VALUE');

Skip to toolbar