|
mojoProtector can log every login attempts made by
your users. To enable failed logins, you simply turn it on from the "behavior" link. However, success logins can be logged only if
your server allows SSI and you need to embed this little SSI call into your protected default webpage (i.e index.shtml)
<!--#exec cgi="/cgi-bin/mojoProtector/log.cgi"-->
or
<!--#include virtual="/cgi-bin/mojoProtector/log.cgi"-->
where "/cgi-bin/mojoProtector/log.cgi" is the
actual path to your log.cgi file.
This command will print out the message "welcome
back, [username]".
Make sure you have turned "Log success logins?" and "Log fail logins? " on from "behavior".
|