Skip to content

Commit b324880

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 87c4d20 commit b324880

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

@@ -2443,6 +2445,8 @@ Sort groups in the user settings by name instead of the user count
24432445

24442446
By enabling this, the user count beside the group name is disabled as well.
24452447

2448+
.. deprecated:: since Nextcloud 29 - Use the frontend instead or set the app config value `group.sortBy` for `core` to `2`
2449+
24462450
Comments
24472451
--------
24482452

0 commit comments

Comments
 (0)