diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-17 13:34:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 13:34:55 -0400 |
commit | 054c231e58eb8a93ff04a81341190aa3b6bcb9f7 (patch) | |
tree | 6dd6cea76eba8764b1a9a38974b67577a5081dc1 /CHANGES.md | |
parent | Added explicit Python build tools to snap requirements (#7213) (diff) | |
download | synapse-054c231e58eb8a93ff04a81341190aa3b6bcb9f7.tar.xz |
Use a template for the SSO success page to allow for customization. (#7279)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md index 6f25b26a55..b41a627cb8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,11 @@ Next version ============ -* Two new templates (`sso_auth_confirm.html` and `sso_account_deactivated.html`) - were added to Synapse. If your Synapse is configured to use SSO and a custom - `sso_redirect_confirm_template_dir` configuration then these templates will - need to be duplicated into that directory. +* New templates (`sso_auth_confirm.html`, `sso_auth_success.html`, and + `sso_account_deactivated.html`) were added to Synapse. If your Synapse is + configured to use SSO and a custom `sso_redirect_confirm_template_dir` + configuration then these templates will need to be duplicated into that + directory. * Plugins using the `complete_sso_login` method of `synapse.module_api.ModuleApi` should update to using the async/await version `complete_sso_login_async` which |