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.
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")))
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.