generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2022-07-09 04:18:36 +00:00
parent fbfcdbef1f
commit b6e695ab25

View File

@@ -393,6 +393,22 @@ Defaults to ``true``
By default WebAuthn is available but it can be explicitly disabled by admins
::
'auth.storeCryptedPassword' => true,
Whether encrypted password should be stored in the database
The passwords are only decrypted using the login token stored uniquely in the
clients and allow to connect to external storages, autoconfigure mail account in
the mail app and periodically check if the password it still valid.
This might be desirable to disable this functionality when using one time
passwords or when having a password policy enforcing long passwords (> 300
characters).
By default the passwords are stored encrypted in the database.
::
'hide_login_form' => false,