Add logging around auth{entication,orization} calls

This commit is contained in:
Ryan Ahearn
2023-04-26 11:14:25 -04:00
parent 99c94851c0
commit a42617f776
5 changed files with 42 additions and 11 deletions

View File

@@ -1000,7 +1000,7 @@ def active_user_no_settings_permission():
def api_user_locked(fake_uuid):
return create_user(
id=fake_uuid,
failed_login_count=5,
failed_login_count=10,
password_changed_at=None,
)