From 33e042142e39b5c040b0385c4ae95dae91c5250a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 28 Oct 2021 04:00:35 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 2d87e5168..c17a20455 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1844,14 +1844,7 @@ of your php version. Then set the setting to true. Nextcloud uses the Argon2 algorithm (with PHP >= 7.2) to create hashes by its own and exposes its configuration options as following. More information can be found at: https://www.php.net/manual/en/function.password-hash.php - -.. note:: - In some case it can happen what when updating from PHP 7.2 to later - versions of PHP, that old passwords don't work anymore. This might be caused - by the fact that the new PHP version doesn't provide the Argon2 algorithm - anymore. On PHP 7.4, you will need to install php-sodium instead. - ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ::