Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f04b63c

Browse files
committed
Add notes to the changelog.
1 parent ac978ab commit f04b63c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
Next version
22
============
33

4-
* A new template (`sso_auth_confirm.html`) was added to Synapse. If your Synapse
5-
is configured to use SSO and a custom `sso_redirect_confirm_template_dir`
6-
configuration then this template will need to be duplicated into that
7-
directory.
4+
* Two new templates (`sso_auth_confirm.html` and `sso_account_deactivated.html`)
5+
were added to Synapse. If your Synapse is configured to use SSO and a custom
6+
`sso_redirect_confirm_template_dir` configuration then these templates will
7+
need to be duplicated into that directory.
8+
9+
* Plugins using the `complete_sso_login` method of `synapse.module_api.ModuleApi`
10+
should update to using the async/await version `complete_sso_login_async` which
11+
includes additional checks. The non-async version is considered deprecated.
812

913
Synapse 1.12.3 (2020-04-03)
1014
===========================

changelog.d/7259.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Do not allow a deactivated user to login via SSO.

0 commit comments

Comments
 (0)