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

Per object logging #15

Open
11 tasks
Mischback opened this issue Apr 1, 2018 · 0 comments
Open
11 tasks

Per object logging #15

Mischback opened this issue Apr 1, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Mischback
Copy link
Owner

Implement logging per account, meaning per user object.

  • log failed login attempts
  • log password changes
  • log password resets
  • log email changes
  • log profile updates

This feature may be used to include

  • deactivate accounts after x failed logins
  • more details for email verification process

Implementation details:

  • own model
    • user-object; a reference to the user
    • category; CharField with pre-defined values
    • message: CharField or TextField for custom messages
@Mischback Mischback added the enhancement New feature or request label Apr 1, 2018
@Mischback Mischback added this to the long-term milestone Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant