diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 272c96dfa..7f4cca4d6 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -384,6 +384,17 @@ Disabling this is discouraged for security reasons. Defaults to ``true`` +:: + + 'auth.authtoken.v1.disabled' => false, + +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.webauthn.enabled' => true,