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.
Vanilla Integration with External APP - People.php [RESOLVED]
Hello Vanilla Users,
For the past week I have been trying to integrate Vanilla with my external application that is using Codeigniter as the backend. Making use of Mark's integration with Wordpress guide, I was able to link the my databases/user tables so that my main application's user table would be the primary table. I intend to use my main application's sign up/registration forms and I've already made use of my main application's login/logout form, therefore I should not need to make use of people.php. Here is the main question:
How do I let Vanilla know that I'm logged in?
Once in, how do I let Vanilla know that I am a member/admin? In other words, how do I get the settings/accounts tabs to appear when making use of an external authentication system without the people.php file?
Cmon.... Someone wants this Vanilla Cookie. :-)
Mark's integration with wordpress - http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress
For the past week I have been trying to integrate Vanilla with my external application that is using Codeigniter as the backend. Making use of Mark's integration with Wordpress guide, I was able to link the my databases/user tables so that my main application's user table would be the primary table. I intend to use my main application's sign up/registration forms and I've already made use of my main application's login/logout form, therefore I should not need to make use of people.php. Here is the main question:
How do I let Vanilla know that I'm logged in?
Once in, how do I let Vanilla know that I am a member/admin? In other words, how do I get the settings/accounts tabs to appear when making use of an external authentication system without the people.php file?
Cmon.... Someone wants this Vanilla Cookie. :-)
Mark's integration with wordpress - http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress
0
This discussion has been closed.
Comments
It was so simple after I actually read through all the documentation I had at my disposal, Check out this post for a wiki/ write up.
Vanilla Integration with Codeigniter (CL Auth)