Skip to content

Commit

Permalink
config: updated rate limit for password
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and lnielsen committed Apr 4, 2024
1 parent b445c78 commit 818d249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invenio_app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
# Login and registration
"security.login": "10 per minute",
"security.register": "10 per minute",
"security.forgot_password": "1 per minute",
"security.reset_password": "1 per minute",
"security.forgot_password": "10 per minute",
"security.reset_password": "10 per minute",
}
"""Specifically defined Flask rate limits per endpoint.
Expand Down

0 comments on commit 818d249

Please sign in to comment.