Merge pull request #54538 from nextcloud/fix/54537/sharePasswordCheckboxCheckedByDefault

Do not always check password checkbox when sharing by mail and without password
This commit is contained in:
Salvatore Martire 2025-08-26 18:13:30 +02:00 committed by GitHub
commit 853835b201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -165,7 +165,7 @@ export default {
isPasswordProtected: {
get() {
return this.config.enforcePasswordForPublicLink
|| this.share.password !== ''
|| this.share.password !== undefined
|| this.share.newPassword !== undefined
},
async set(enabled) {

4
dist/6894-6894.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long