With the forum hosted on our company web server, I would like for internal users to be automatically logged in using their NT accounts, while still permitting external users to register and login using DB authorization. Is this possible? Is there a mod that would permit this?
Might have to have to Forums pointing to the same datbase base.
I was going to look into this.
have the code check if you are internal if not then redirect to another directory set up for DB mode. Still will need to do some manual settings, but it could work
quote:I would like for internal users to be automatically logged in using their NT accounts, while still permitting external users to register and login using DB authorization.
That is a good idea.
GauravBhabu - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.
I agree it's easy to check the ServerVariables to see if the user is authenticated, whilst still running the usual db login checks if they aren't. If I have time to do this mod I will post it. I was just hoping someone else already had done it! --K.