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?