From 53db05a1f67fc974dba904ec158b2d67fa72df95 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 9 Feb 2020 20:06:08 +0100 Subject: Start with webauthn Signed-off-by: Roeland Jago Douma Signed-off-by: npmbuildbot[bot] --- config/config.sample.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 0e19f698261..71d22fbe2b4 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -269,6 +269,11 @@ $CONFIG = [ */ 'auth.bruteforce.protection.enabled' => true, +/** + * By default WebAuthn is available but it can be explicitly disabled by admins + */ +'auth.webauthn.enabled' => true, + /** * The directory where the skeleton files are located. These files will be * copied to the data directory of new users. Leave empty to not copy any -- cgit v1.2.3