From ed673bf07152503c29ab2bad9b5ae74dfdc21c34 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 14 Feb 2025 10:03:41 +0200 Subject: [PATCH] Comment-out `claims_imports.displayname` for matrix-authentication-service Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4058 --- docs/configuring-playbook-matrix-authentication-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-matrix-authentication-service.md b/docs/configuring-playbook-matrix-authentication-service.md index ce5c7aa5d..0c86096b6 100644 --- a/docs/configuring-playbook-matrix-authentication-service.md +++ b/docs/configuring-playbook-matrix-authentication-service.md @@ -242,7 +242,7 @@ matrix_authentication_service_config_upstream_oauth2_providers: #action: force #template: "{% raw %}{{ user.preferred_username }}{% endraw %}" # The display name is the user's display name. - displayname: + #displayname: #action: suggest #template: "{% raw %}{{ user.name }}{% endraw %}" # An email address to import.