summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-06-05 13:29:39 +0100
committerGitHub <noreply@github.com>2019-06-05 13:29:39 +0100
commit24f31dfb590fe4f897a1aff8976309db0f6a4a69 (patch)
treee37ae1b4f2ead641210cc125d0b4eb4aefa80135 /changelog.d
parentMerge pull request #5341 from matrix-org/babolivier/email_config (diff)
downloadsynapse-24f31dfb590fe4f897a1aff8976309db0f6a4a69.tar.xz
Send password reset from HS: database stuff (#5308)
Database component of new behaviour of sending password reset emails from Synapse instead of Sydent.

Allows one to store threepid validation sessions along with password reset token attempts and retrieve them again.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5308.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5308.feature b/changelog.d/5308.feature
new file mode 100644
index 0000000000..6aae41847a
--- /dev/null
+++ b/changelog.d/5308.feature
@@ -0,0 +1 @@
+Add ability to perform password reset via email without trusting the identity server.