mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
20319b76de
commit
017185cf2c
@ -1620,9 +1620,20 @@ The Web server user must have write access to this directory.
|
||||
Hashing
|
||||
-------
|
||||
|
||||
|
||||
::
|
||||
|
||||
'hashing_default_password' => false,
|
||||
|
||||
By default Nextcloud will use the Argon2 password hashing if available.
|
||||
|
||||
However if for whatever reason you want to stick with the PASSWORD_DEFAULT
|
||||
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
|
||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user