Browse Source

fix(lexicon): fix definition for share password by default

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/54336/head
Maxence Lange 4 months ago
parent
commit
cf8203a5f6
  1. 2
      core/AppInfo/ConfigLexicon.php

2
core/AppInfo/ConfigLexicon.php

@ -52,7 +52,7 @@ class ConfigLexicon implements ILexicon {
lazy: true,
note: 'Shares with guessable tokens may be accessed easily. Shares with custom tokens will continue to be accessible after this setting has been disabled.',
),
new Entry(self::SHARE_LINK_PASSWORD_DEFAULT, ValueType::BOOL, false, 'Always ask for a password when sharing document'),
new Entry(self::SHARE_LINK_PASSWORD_DEFAULT, ValueType::BOOL, false, 'Ask for a password when sharing document by default'),
new Entry(
key: self::SHARE_LINK_PASSWORD_ENFORCED,
type: ValueType::BOOL,

Loading…
Cancel
Save