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.
Authentication Integration
Currently, the Vanilla forum will be in an intranet environment.
The intranet software has it's own user authentication system to allow the user to login.
What I would need, is for when the user is logged into the extranet, the user is also logged into the vanilla forum. Neither authentication databases use plain text, and intranet uses md5($password+$salt) to hash. What does vanilla use?
how could this be achieved?
The intranet software has it's own user authentication system to allow the user to login.
What I would need, is for when the user is logged into the extranet, the user is also logged into the vanilla forum. Neither authentication databases use plain text, and intranet uses md5($password+$salt) to hash. What does vanilla use?
how could this be achieved?
0
Comments
Vanilla password security
How would I go about integrating it in to my web application?