diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-10 11:57:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 11:57:02 +0100 |
commit | 26b62796c2a0809294b4bd6d1ff62aa9c76c631d (patch) | |
tree | bd6bba5ab46ed6f34bf68098e9d0680bd07f40dd /changelog.d | |
parent | Liberapay is now officially recognised, update FUNDING.yml (#5386) (diff) | |
parent | Better wording (diff) | |
download | synapse-26b62796c2a0809294b4bd6d1ff62aa9c76c631d.tar.xz |
Merge pull request #5363 from matrix-org/babolivier/account_validity_send_mail_auth
Don't check whether the user's account is expired on /send_mail requests
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5363.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5363.feature b/changelog.d/5363.feature new file mode 100644 index 0000000000..803fe3fc37 --- /dev/null +++ b/changelog.d/5363.feature @@ -0,0 +1 @@ +Allow expired user to trigger renewal email sending manually. |