# HG changeset patch # User Thomas Junk # Date 1559294184 -7200 # Node ID 8cb5a99784b53a75efb3ee60f90ec64451ea6c93 # Parent 067ad32fba69ab2daeadafc231dd6b8196687114 sent password when explicitely set diff -r 067ad32fba69 -r 8cb5a99784b5 client/src/components/importconfiguration/ScheduledImports.vue --- a/client/src/components/importconfiguration/ScheduledImports.vue Fri May 31 11:08:27 2019 +0200 +++ b/client/src/components/importconfiguration/ScheduledImports.vue Fri May 31 11:16:24 2019 +0200 @@ -877,7 +877,9 @@ ...config, user: this.username }; - if (!this.currentSchedule.id) config["password"] = this.password; + if (!this.currentSchedule.id || this.password) { + config["password"] = this.password; + } } if (this.import_ == this.$options.IMPORTTYPES.FAIRWAYDIMENSION) { if (