Skip to content
Snippets Groups Projects
Verified Commit c881d0f4 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

clarify comment, fix quoting

parent 725d58d2
No related branches found
No related tags found
No related merge requests found
...@@ -68,12 +68,13 @@ data: ...@@ -68,12 +68,13 @@ data:
value: "true" value: "true"
- name: Accounts_OAuth_Custom_Openappstack_show_button - name: Accounts_OAuth_Custom_Openappstack_show_button
value: "true" value: "true"
# Prevent non-functional TOTP # Prevent problems with 2FA in combination with OIDC
# (https://github.com/RocketChat/Rocket.Chat/issues/21533)
- name: Accounts_TwoFactorAuthentication_By_Email_Auto_Opt_In - name: Accounts_TwoFactorAuthentication_By_Email_Auto_Opt_In
value: "false" value: "false"
# Configure SMTP # Configure SMTP
- name: SMTP_Protocol - name: SMTP_Protocol
value: 'smtp' value: "smtp"
- name: SMTP_Host - name: SMTP_Host
value: "${outgoing_mail_smtp_host}" value: "${outgoing_mail_smtp_host}"
- name: SMTP_Port - name: SMTP_Port
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment