Merge pull request #44184 from nextcloud/43919-fix-share-by-mail-password-enforce

fix: No password set for new mail shares
This commit is contained in:
Ferdinand Thiessen 2024-03-14 13:05:52 +01:00 committed by GitHub
commit e3b1a557f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

@ -752,7 +752,7 @@ export default {
if (this.isNewShare) {
if (this.isPasswordEnforced && this.isPublicShare) {
this.share.newPassword = await GeneratePassword()
this.$set(this.share, 'newPassword', await GeneratePassword())
this.advancedSectionAccordionExpanded = true
}
/* Set default expiration dates if configured */

File diff suppressed because one or more lines are too long

1
dist/2763-2763.js.map vendored Normal file

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