Dear WebWizForums,
Firstly, congratulations on such an awesome forums package. I've been searching everywhere for some ASP/ASP.NET based forums and none seemed to have what I want, but the Web Wiz Forums are perfect!
The site I plan to deploy the forums on is a community site for my local area (eyre peninsula in South Australia). The site is written in ASP.NET, and contains a lot of dynamic pages. We have our own registration page, and our own login page, and we don't want our users to have to login twice (once for the site, once for the forums), and the same with registration.
Would it be at all possible to integrate our login and registration pages with the forums? I don't mind changing our pages, and I am happy to make our login forms and registration page submit to the WebWizForums pages (by changing the Action attribute of our login form for instance). But then we will have problems with the rest of our site being able to view the login - your login uses some sort of hashed password yes? Ours doesn't, but we're happy to change it.
An easier method might be to make our registration page write to both our Users table and yours, and the same with the login pages. So when a user logs in, a cookie for the forums would be planted, along with a cookie for us.
If you could provide some information as to how I might change our user authentication to use your Users table, that would be excellent. I think this would be the best method.
Yours sincerely,
Paul Stovell