diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9f81cf3d1c1..99019c45b82 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -304,6 +304,16 @@ $CONFIG = [ 'auth.bruteforce.protection.enabled' => true, /** + * Whether the authtoken v1 provider should be skipped + * + * The v1 provider is deprecated and removed in Nextcloud 24 onwards. It can be + * disabled already when the instance was installed after Nextcloud 14. + * + * Defaults to ``false`` + */ +'auth.authtoken.v1.disabled' => false, + +/** * By default WebAuthn is available but it can be explicitly disabled by admins */ 'auth.webauthn.enabled' => true, |