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

fix: No password set for new mail shares
pull/40628/head
Ferdinand Thiessen 2024-03-14 13:05:52 +07: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

@ -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

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