adjust wording to the user interface

This commit is contained in:
Bjoern Schiessle
2020-08-13 16:08:01 +02:00
parent 356aad9349
commit 73b4ac2436

View File

@@ -63,15 +63,15 @@ forcing them.
.. _transfer_userfiles_label:
Distinguish between max expire date and default expire date
-----------------------------------------------------------
Distinguish between max expiration date and default expiration date
-------------------------------------------------------------------
The expire date which can be set and enforced in the settings above are the hard limit and the
The expiration date which can be set and enforced in the settings above are the hard limit and the
default value at the same time. Sometimes admins want to have a moderate default expire date,
for example 7 days but make sure that the user can't extend it to more than 14 days.
In order to do so the user can set a enforced expire date in the settings as described above
and set the default value to something below the maximal possible expire date with the following
In order to do so the user can set a enforced expiration date in the settings as described above
and set the default value to something below the maximal possible expiration date with the following
OCC commands:
./occ config:app:set --value <DAYS> core internal_defaultExpDays
@@ -86,7 +86,6 @@ configured which calls the following OCC command once a day.
./occ sharing:expiration-notification
A notification will be send for all shares which expire within the next 24 hours.
Transferring files to another user