diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-16 14:53:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 14:53:26 +0000 |
commit | 7a332850e6fea9585ac440a76a827e7a93663d89 (patch) | |
tree | e6651540fbdcc0d0c1536fe6c3b95ae80ca212d1 /changelog.d | |
parent | Merge pull request #8946 from matrix-org/rav/refactor_send_request (diff) | |
parent | changelog (diff) | |
download | synapse-7a332850e6fea9585ac440a76a827e7a93663d89.tar.xz |
Merge pull request #8951 from matrix-org/rav/username_picker_2
More preparatory refactoring of the OidcHandler tests
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8951.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8951.feature b/changelog.d/8951.feature new file mode 100644 index 0000000000..d450ef4998 --- /dev/null +++ b/changelog.d/8951.feature @@ -0,0 +1 @@ +Add support for allowing users to pick their own user ID during a single-sign-on login. |