From 2e0028c0638a3a4027ead2eb0dd8ec8ff252f5a2 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 15 Nov 2020 01:14:31 +0100 Subject: [PATCH] Send display name to Matrix --- apps/registration/fixtures/initial.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/registration/fixtures/initial.json b/apps/registration/fixtures/initial.json index 40afb61..209fc21 100644 --- a/apps/registration/fixtures/initial.json +++ b/apps/registration/fixtures/initial.json @@ -13,5 +13,14 @@ "single_log_out": true, "single_log_out_callback": "" } + }, + { + "model": "cas_server.replaceattributname", + "pk": 1, + "fields": { + "name": "display_name", + "replace": "", + "service_pattern": 1 + } } ]