diff --git a/files/routes/login.py b/files/routes/login.py index 4b6c8b13e..e8a6cfa2f 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -80,7 +80,7 @@ def login_deduct_when(resp): return g.login_failed @app.post("/login") -@limiter.limit("6/minute;15/day", +@limiter.limit("6/minute;10/day", deduct_when=login_deduct_when) def login_post(): template = ''