Skip to content

Commit 43cfd0e

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 936c913 commit 43cfd0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ installer. (There are also per-user salts.) If you lose this salt you lose
243243
all your passwords. This example is for documentation only, and you should
244244
never use it.
245245

246+
.. deprecated:: This salt is deprecated and only used for legacy-compatibility, developers should *NOT* use this value for anything nowadays. 'passwordsalt' => 'd3c944a9af095aa08f',
247+
246248
secret
247249
^^^^^^
248250

@@ -2317,6 +2319,8 @@ Sort groups in the user settings by name instead of the user count
23172319

23182320
By enabling this the user count beside the group name is disabled as well.
23192321

2322+
.. deprecated:: since Nextcloud 29 - Use the frontend instead or set the app config value `group.sortBy` for `core` to `2`
2323+
23202324
Comments
23212325
--------
23222326

0 commit comments

Comments
 (0)