mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #55327 from nextcloud/backport/55313/stable32
[stable32] fix(sharing): ensure to check new password
This commit is contained in:
commit
4700a5471f
10 changed files with 8 additions and 8 deletions
|
|
@ -1001,7 +1001,7 @@ export default {
|
|||
this.share.note = ''
|
||||
}
|
||||
if (this.isPasswordProtected) {
|
||||
if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.password)) {
|
||||
if (this.isPasswordEnforced && this.isNewShare && !this.isValidShareAttribute(this.share.newPassword)) {
|
||||
this.passwordError = true
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
2
dist/8712-8712.js
vendored
Normal file
2
dist/8712-8712.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/8712-8712.js.map
vendored
Normal file
1
dist/8712-8712.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/8712-8712.js.map.license
vendored
Symbolic link
1
dist/8712-8712.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
8712-8712.js.license
|
||||
2
dist/9200-9200.js
vendored
2
dist/9200-9200.js
vendored
File diff suppressed because one or more lines are too long
1
dist/9200-9200.js.map
vendored
1
dist/9200-9200.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/9200-9200.js.map.license
vendored
1
dist/9200-9200.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
9200-9200.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue