mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add notes to the changelog about an additional SSO template. (#7259)
This commit is contained in:
parent
a48138784e
commit
17a2433b0d
12
CHANGES.md
12
CHANGES.md
@ -1,10 +1,14 @@
|
|||||||
Next version
|
Next version
|
||||||
============
|
============
|
||||||
|
|
||||||
* A new template (`sso_auth_confirm.html`) was added to Synapse. If your Synapse
|
* Two new templates (`sso_auth_confirm.html` and `sso_account_deactivated.html`)
|
||||||
is configured to use SSO and a custom `sso_redirect_confirm_template_dir`
|
were added to Synapse. If your Synapse is configured to use SSO and a custom
|
||||||
configuration then this template will need to be duplicated into that
|
`sso_redirect_confirm_template_dir` configuration then these templates will
|
||||||
directory.
|
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
|
||||||
|
includes additional checks. The non-async version is considered deprecated.
|
||||||
|
|
||||||
Synapse 1.12.3 (2020-04-03)
|
Synapse 1.12.3 (2020-04-03)
|
||||||
===========================
|
===========================
|
||||||
|
1
changelog.d/7259.bugfix
Normal file
1
changelog.d/7259.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Do not allow a deactivated user to login via SSO.
|
Loading…
Reference in New Issue
Block a user