summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrewFerr <AndrewFerr@users.noreply.github.com>2021-09-10 05:36:45 -0400
committerGitHub <noreply@github.com>2021-09-10 10:36:45 +0100
commit0c0da36a68ab5eebd883937986fa1ef5275e6423 (patch)
tree4fdd9b1e8b4ce4c2b9a5d55d42f8dd2faf7f4ebd /changelog.d
parentDon't needlessly batch in `add_event_to_cache` (#10784) (diff)
downloadsynapse-0c0da36a68ab5eebd883937986fa1ef5275e6423.tar.xz
Ask consent on SSO registration with default mxid (#10733)
Fixes #10732: consent flow skipped during SSO user registration if username is left at default

Signed-off-by: Andrew Ferrazzutti fair@miscworks.net
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10733.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10733.bugfix b/changelog.d/10733.bugfix
new file mode 100644
index 0000000000..7053a00ca4
--- /dev/null
+++ b/changelog.d/10733.bugfix
@@ -0,0 +1 @@
+Allow user registration via SSO to require consent tracking for SSO mapping providers that don't prompt for Matrix ID selection. Contributed by @AndrewFerr.