diff options
author | Brendan Abolivier <contact@brendanabolivier.com> | 2019-03-18 12:57:20 +0000 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-18 12:57:20 +0000 |
commit | 651ad8bc96d360500e7f5953d05ef418b51acc86 (patch) | |
tree | eb02892a8aec9fb521e2fc5496d9e74985a04986 /changelog.d | |
parent | Add ratelimiting on login (#4821) (diff) | |
download | synapse-651ad8bc96d360500e7f5953d05ef418b51acc86.tar.xz |
Add ratelimiting on failed login attempts (#4865)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4865.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4865.feature b/changelog.d/4865.feature new file mode 100644 index 0000000000..61d4eb8d60 --- /dev/null +++ b/changelog.d/4865.feature @@ -0,0 +1 @@ +Add configurable rate limiting to the /login endpoint. |