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.
Problem with Vanilla and WordPress login
I made integration between vanilla and wordpress as it is explained in wiki and I made the changes of micz in People.Class.WordpressAuthenticator.php but when I identify in wordpress and beginning a session in vanilla, the session of wordpress is closed and when beginning a session in vanilla and soon in wordpress, closes the session of vanilla...
this behind schedule, when I made integration, everything walked well, but now not that it happens...
somebody can help me?
PD: sorry for the Google traduction
this behind schedule, when I made integration, everything walked well, but now not that it happens...
somebody can help me?
PD: sorry for the Google traduction
0
This discussion has been closed.
Comments
I don't agree with micz's change because everybody should be using phpass instead of unsalted single-hashed MD5. This is something Wordpress got very, very right. The idea of hacking around it makes my skin crawl.