Skip to content

Commit 1f4117a

Browse files
authored
Merge pull request #55313 from nextcloud/fix/sharing-password
fix(sharing): ensure to check new password
2 parents 762d969 + 7e424e3 commit 1f4117a

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ export default {
10011001
this.share.note = ''
10021002
}
10031003
if (this.isPasswordProtected) {
1004-
if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.password)) {
1004+
if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
10051005
this.passwordError = true
10061006
}
10071007
} else {

dist/8712-8712.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

dist/8712-8712.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/8712-8712.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8712-8712.js.license

dist/9200-9200.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/9200-9200.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/9200-9200.js.map.license

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)