diff options
author | Valérian Rousset <tharvik@users.noreply.github.com> | 2019-10-11 13:33:12 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-11 12:33:12 +0100 |
commit | be9b55e0d2b758bd7d9be4273253ea115c5362a3 (patch) | |
tree | ed5c0b82ccff91ceadbfbc7620635ea6f72a2b0e /changelog.d | |
parent | Fix MAU reaping where reserved users are specified. (#6168) (diff) | |
download | synapse-be9b55e0d2b758bd7d9be4273253ea115c5362a3.tar.xz |
cas: support setting display name (#6114)
Now, the CAS server can return an attribute stating what's the desired displayname, instead of using the username directly.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6114.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6114.feature b/changelog.d/6114.feature new file mode 100644 index 0000000000..a34ab12148 --- /dev/null +++ b/changelog.d/6114.feature @@ -0,0 +1 @@ +CAS login now provides a default display name for users if a `displayname_attribute` is set in the configuration file. |