Skip to content

Refactor/security split 20220303#480

Open
cschu wants to merge 36 commits into
developfrom
refactor/security_split_20220303
Open

Refactor/security split 20220303#480
cschu wants to merge 36 commits into
developfrom
refactor/security_split_20220303

Conversation

@cschu
Copy link
Copy Markdown
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 <leon.kuchenbecker@uni-tuebingen.de>
@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