Date:  02/06/2007 01:22:47 PM Msg ID:  003300
From:  Curtis Hertwig Thread:  003291
Subject:  Re: Logging Auth Attempts
I realize that I can do that - and I do in every script except the auth.AuthForm. I would like to log unauthorized attempts to log in to my website.
 
How can I do that? 
    -cjh
Sent by FoxWeb Support on 02/06/2007 01:00:24 PM:
You can log requests on your own -- either by adding code in fw_enter.prg, or in specific scripts that you are interested in.  The logging info can be stored in a text file, or a table.  This script logs a bit too much info, but it can serve as an example.
FoxWeb Support Team
support@foxweb.com email
Sent by Curtis Hertwig on 02/06/2007 07:23:08 AM:
 Is there a way to log login attempts?
 
I frequently have users claim that they've been trying to login and can't. I can see when they've been to every part of my website, except when they get to Auth.Authenticate.
<font color=red> -cjh</font>