mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Add logging around auth{entication,orization} calls
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user