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

Refactor/security split 20220303 #480

Open
wants to merge 36 commits into
base: develop
Choose a base branch
from

Conversation

cschu
Copy link
Contributor

@cschu cschu commented Mar 4, 2022

  • splits token- and password-related security functions into submodules security.tokenz resp. security.pwdz
  • to be merged after Feature/login tracking 478 #479 (sub-branch of feature/login_tracking_478)
  • revision needed - clashes with module import in tests (currently solved with redundant imports of the submodule-functions into security/__init__.py, which defeats the purpose of the split)

cschu and others added 30 commits October 29, 2021 16:51
* added informative log warnings when login attempt fails and/or user is blocked
* moved maximum number of allowed failed login attempts to appsettings:security_max_failed_logins
* failed login attempts are now cleared when user logs in successfully
Co-authored-by: Leon Kuchenbecker <[email protected]>
@cschu cschu requested a review from lkuchenb March 4, 2022 09:26
@cschu cschu changed the base branch from main to develop March 31, 2022 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants