summaryrefslogtreecommitdiff
path: root/config.template.yml
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-04-15 02:04:42 +1000
committerGitHub <noreply@github.com>2023-04-15 02:04:42 +1000
commit2733fc040cc43269889f5e11fd64c1fdb2e09ebd (patch)
tree2459462966d202d1177fb166a83a476c2e9c5a51 /config.template.yml
parent37a49b21af4550525890a84b5a7ccf6f1ed51243 (diff)
refactor: webauthn naming (#5243)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'config.template.yml')
-rw-r--r--config.template.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.template.yml b/config.template.yml
index 077237358..3bc54dbc5 100644
--- a/config.template.yml
+++ b/config.template.yml
@@ -214,13 +214,13 @@ totp:
##
## Parameters used for WebAuthn.
webauthn:
- ## Disable Webauthn.
+ ## Disable WebAuthn.
disable: false
- ## Adjust the interaction timeout for Webauthn dialogues.
+ ## Adjust the interaction timeout for WebAuthn dialogues.
timeout: 60s
- ## The display name the browser should show the user for when using Webauthn to login/register.
+ ## The display name the browser should show the user for when using WebAuthn to login/register.
display_name: Authelia
## Conveyance preference controls if we collect the attestation statement including the AAGUID from the device.
@@ -1167,7 +1167,7 @@ regulation:
##
## Notification Provider
##
-## Notifications are sent to users when they require a password reset, a Webauthn registration or a TOTP registration.
+## Notifications are sent to users when they require a password reset, a WebAuthn registration or a TOTP registration.
## The available providers are: filesystem, smtp. You must use only one of these providers.
notifier:
## You can disable the notifier startup check by setting this to true.