posted 17 years ago
There should be another table which logs login activity. When someone logs in, it should capture:
1. User IP address
2. Browser user-agent
3. Was the login successful or not?
This is basic basic stuff that should be there. Without this information there is little or no control over who is doing what on the system. You can see IP addresses in the server logs but those don't tell you anything about who is on the system or doing what.
If I could get into the code and figure out where to put a hook like this, I would add this feature myself.
[originally posted on jforum.net by CaliforniaCCW]