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 2 years ago committed by GitHub
commit e3b1a557f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/files_sharing/src/views/SharingDetailsTab.vue
  2. 6
      dist/2763-2763.js
  3. 0
      dist/2763-2763.js.LICENSE.txt
  4. 1
      dist/2763-2763.js.map
  5. 1
      dist/8670-8670.js.map
  6. 4
      dist/files_sharing-files_sharing_tab.js
  7. 2
      dist/files_sharing-files_sharing_tab.js.map

@ -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
Loading…
Cancel
Save