Skip to content

Commit

Permalink
website/integrations: Remove extra trailing bracket in matrix config (#…
Browse files Browse the repository at this point in the history
…2435)

In the sample code, there was an extra training "}" in the localpart_template causing all usernames to be appended with "=7D" before the server designation, such as:

@[Username]=7D:[ServerName]
  • Loading branch information
jch0182 committed Mar 4, 2022
1 parent 4d3b25e commit 680d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/integrations/services/matrix-synapse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ oidc_providers:
- "email"
user_mapping_provider:
config:
localpart_template: "{{ user.preferred_username }}}"
localpart_template: "{{ user.preferred_username }}"
display_name_template: "{{ user.name|capitalize }}"
```

0 comments on commit 680d4fc

Please sign in to comment.