Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store source IP address of request in the account request database #87

Open
ahelsing opened this issue May 20, 2015 · 1 comment
Open

Comments

@ahelsing
Copy link
Member

If we need to track down log activity related to a particular request, we have to guess based on the timestamp of the request, which works if the number of requests is small, but it's easy to get unlucky and not be able to clearly identify a given request.

When a user submits the form at request.html, collect their IP address and store it associated with the request (e.g. as a column in idp_account_request, or by making an apache log entry, or any other way that's easy).

Imported from trac ticket #87, created by chaos on 02-12-2014 at 13:35, last modified: 02-12-2014 at 13:36

@ahelsing
Copy link
Member Author

Not high priority, just thought of it and wanted to make a ticket.

Trac comment by chaos on 02-12-2014 at 13:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants