diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-06-05 13:37:56 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-06-05 13:37:56 +0100 |
commit | 752dbeea7045c417a9fa8796c9a98512fcacb6a1 (patch) | |
tree | 6c7003b188629fdd1dee37b9e3a81a0b46368c5d | |
parent | gen sample config (diff) | |
parent | Send password reset from HS: database stuff (#5308) (diff) | |
download | synapse-752dbeea7045c417a9fa8796c9a98512fcacb6a1.tar.xz |
Merge branch 'anoa/feature_hs_password_resets' into anoa/hs_password_reset_sending_email
-rw-r--r-- | changelog.d/5308.feature | 1 |
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. |