Skip to content

Commit 309a7b8

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 7d0a57e commit 309a7b8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

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

244+
.. deprecated:: 9.0.0 This salt is deprecated and only used for legacy-compatibility, developers should *NOT* use this value for anything nowadays.
245+
244246
secret
245247
^^^^^^
246248

@@ -2515,6 +2517,8 @@ Sort groups in the user settings by name instead of the user count
25152517

25162518
By enabling this, the user count beside the group name is disabled as well.
25172519

2520+
.. deprecated:: 29.0.0 Use the frontend instead or set the app config value ``group.sortBy`` for ``core`` to ``2``
2521+
25182522
Comments
25192523
--------
25202524

@@ -3640,7 +3644,8 @@ files_external_allow_create_new_local
36403644

36413645
Allow creation of external storages of type "Local" via the web interface and
36423646
APIs. When disabled, local storages can still be created using the occ command::
3643-
occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
3647+
3648+
occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
36443649

36453650
Defaults to ``true``
36463651

@@ -3886,7 +3891,8 @@ data-fingerprint
38863891

38873892
Set the data fingerprint for the current data served. Used by clients to
38883893
detect if a backup has been restored. Update this by running::
3889-
occ maintenance:data-fingerprint
3894+
3895+
occ maintenance:data-fingerprint
38903896

38913897
Changing or deleting this value may cause connected clients to stall until
38923898
conflicts are resolved.

0 commit comments

Comments
 (0)