diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-07 14:44:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 14:44:46 +0100 |
commit | 30da50a5b80e63c05e4b7ca637e3be9dd88dea59 (patch) | |
tree | fd64369bbefb0fc2efc74a953f014747c4cfbe9c /changelog.d | |
parent | Update the example systemd config to use a virtualenv (#4273) (diff) | |
download | synapse-30da50a5b80e63c05e4b7ca637e3be9dd88dea59.tar.xz |
Initialise user displayname from SAML2 data (#4272)
When we register a new user from SAML2 data, initialise their displayname correctly.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4272.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4272.feature b/changelog.d/4272.feature new file mode 100644 index 0000000000..7a8f286957 --- /dev/null +++ b/changelog.d/4272.feature @@ -0,0 +1 @@ +SAML2 authentication: Initialise user display name from SAML2 data |