chore(administration): Generate system config documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2025-10-23 13:42:34 +00:00
parent 936c91337f
commit 43cfd0ea1c

View File

@@ -243,6 +243,8 @@ installer. (There are also per-user salts.) If you lose this salt you lose
all your passwords. This example is for documentation only, and you should
never use it.
.. deprecated:: This salt is deprecated and only used for legacy-compatibility, developers should *NOT* use this value for anything nowadays. 'passwordsalt' => 'd3c944a9af095aa08f',
secret
^^^^^^
@@ -2317,6 +2319,8 @@ Sort groups in the user settings by name instead of the user count
By enabling this the user count beside the group name is disabled as well.
.. deprecated:: since Nextcloud 29 - Use the frontend instead or set the app config value `group.sortBy` for `core` to `2`
Comments
--------