changeset 3546:7ffc42bb6ec5

sent password when explicitely set
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 May 2019 11:19:38 +0200
parents 8cb5a99784b5
children 47c61ea894b1
files client/src/components/importconfiguration/ScheduledImports.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/ScheduledImports.vue	Fri May 31 11:16:24 2019 +0200
+++ b/client/src/components/importconfiguration/ScheduledImports.vue	Fri May 31 11:19:38 2019 +0200
@@ -877,7 +877,7 @@
           ...config,
           user: this.username
         };
-        if (!this.currentSchedule.id || this.password) {
+        if (this.password) {
           config["password"] = this.password;
         }
       }