Fix Jinja2 syntax error

Fixes a regression introduced in ffe649a240
master
Slavi Pantaleev 2021-03-22 17:13:10 +02:00
parent 6a3433fbad
commit d09609daa8
1 changed files with 2 additions and 2 deletions

View File

@ -1944,8 +1944,8 @@ oidc_providers:
# user_mapping_provider: # user_mapping_provider:
# config: # config:
# subject_claim: "id" # subject_claim: "id"
# localpart_template: "{{ user.login }}" # localpart_template: "{% raw %}{{ user.login }}{% endraw %}"
# display_name_template: "{{ user.name }}" # display_name_template: "{% raw %}{{ user.name }}{% endraw %}"
# Enable Central Authentication Service (CAS) for registration and login. # Enable Central Authentication Service (CAS) for registration and login.