I want to use an existing user and user group table that the forums use. I would prefer not to have to add any additional tables (other than what the forum already has).
I will be using MS SQL.
The forums are PHP which is why I want the .net site to handle all of the logic. The forum will use its own PHP logic as I will set and remove the cookies.
When the user requests a new password I would want to specify the text in the email.
I would want to set additional cookies when the user logs in (so that they are logged into the forums when they login to the site).
Is it possible to do this with the .net membership provider?