Print Page | Close Window

NT user database for WWG

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Suggestions
Forum Description: Do you have any ideas for applications or content on Web Wiz? Then leave your suggestions here.
URL: https://forums.webwiz.net/forum_posts.asp?TID=865
Printed Date: 29 March 2026 at 4:41am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: NT user database for WWG
Posted By: the boss
Subject: NT user database for WWG
Date Posted: 09 March 2003 at 11:36am

 See this code...

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=7814&lngWId=4 - http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=7814&lngWId=4

it would be a great idea to modify form so that it work by authorizing u againt NT user database and therefore no registration is needed to use the forum.. will be a great idea for people who use the WWg forum on corporate Intranet.. like me




Replies:
Posted By: WebWiz-Bruce
Date Posted: 09 March 2003 at 1:56pm

It's very simple to do yourself, by editing just a 1 line of code in the common.asp file to read in the NT user password instead of the cookie then place the NT user password in the tblAuthor in the field storing the users usercode.

Below is the code I use for this perpose:-

'Read in users ID number from the cookie
'strLoggedInUserCode = Trim(Mid(Request.Cookies("Forum")("UserID"), 1, 44))

strLoggedInUserCode = Trim(Request.ServerVariables("AUTH_USER"))

I also wrote a new signup page that simply placed the NT user password in the usercode field.



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net