Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(lexicon): fix definition for share password by default
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Aug 14, 2025
commit cf8203a5f6bd776532c7ea9c722dc55da1f41711
2 changes: 1 addition & 1 deletion core/AppInfo/ConfigLexicon.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getAppConfigs(): array {
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,
Expand Down
Loading