Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Wordpress 2.7 Integration
I have followed all the steps to integrate the latest version of vanilla and wordpress and have followed the directions...
...here and here.
I have the two talking together and sharing the same database. The issue is authentication which seems to be the case for most trying to integrate the two. So are there any updates to this issue?
Thanks in advance for your help!
...here and here.
I have the two talking together and sharing the same database. The issue is authentication which seems to be the case for most trying to integrate the two. So are there any updates to this issue?
Thanks in advance for your help!
0
Comments
Instead of the following definitions:
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
Use this instead:
define('SECRET_KEY', 'put your unique phrase here');