Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Authentication: NT
 locking out a user
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

hoov
Starting Member

11 Posts

Posted - 19 January 2001 :  08:31:32  Show Profile
I would like to be able to lock out a user from getting into the forum. Right now it seems that it only locks out the member name that someone creates when registering. The user can just re-register with a different username.
Thanks for any help.

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 19 January 2001 :  08:47:40  Show Profile  Visit Kat's Homepage
I am pretty certain you can't stop this because they could use a different name / email address etc.

KatsKorner
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 19 January 2001 :  11:22:15  Show Profile  Visit Kal Corp's Homepage
You using NT Authentication?

Do you have the autoregister on?

You can not change the account name in NT Mode. The code should be using the account name not the user name.



Go to Top of Page

hoov
Starting Member

11 Posts

Posted - 19 January 2001 :  11:27:03  Show Profile
Yes I am using NT authentication.

Where do you set up the auto-registration? I see a please under NT configuration for auto-logon but I have that off.

Thanks
Go to Top of Page

hoov
Starting Member

11 Posts

Posted - 19 January 2001 :  11:29:24  Show Profile
Somehow it seems to code seems to be using the username instead of the account name
Go to Top of Page

hoov
Starting Member

11 Posts

Posted - 19 January 2001 :  11:36:04  Show Profile
I checked the auto-logon area in NT configuration but as soon as I do I get an error:error '800401e4'
Invalid syntax

/forum/inc_functions.asp, line 1249


and can't access the board any longer
Go to Top of Page

danielpo
Starting Member

2 Posts

Posted - 22 January 2001 :  07:40:36  Show Profile
I get the same error with the autologin option.

I have also noticed that with NT authentication I can't lock forums nor topics, I always get the "No Permissions to Lock Forum" message.

I can edit or delete them but I can't lock them.

Any idea?

Go to Top of Page

danielpo
Starting Member

2 Posts

Posted - 22 January 2001 :  08:04:34  Show Profile
I think I've found a fix for the lock problem.
You have to change in the pop_lock.asp and pop_open.asp the lines that say:

mLev = cint(ChkUser(Request.Form("user"), Request.Form("Pass")))

for this one:

mLev = cint(ChkUser2(strDBNTUserName, Request.Form("Pass")))

With this change I can lock and unlock users, forums and topics.
Go to Top of Page

hoov
Starting Member

11 Posts

Posted - 22 January 2001 :  08:17:10  Show Profile
quote:

I think I've found a fix for the lock problem.
You have to change in the pop_lock.asp and pop_open.asp the lines that say:
mLev = cint(ChkUser(Request.Form("user"), Request.Form("Pass")))

for this one:

mLev = cint(ChkUser2(strDBNTUserName, Request.Form("Pass")))

With this change I can lock and unlock users, forums and topics.


I was going to suggest that to you I found that on this board also. I am wondering though that if by changing those lines that maybe that is why we can't seem to be able to lock out by NT name.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07