From 6094c9dc395d366b40c0e3524b6b2c97aed53fda Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 18 Aug 2019 19:47:32 +0200 Subject: Send new password instead of empty string Signed-off-by: Daniel Kesselberg --- core/src/components/login/UpdatePassword.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/components/login/UpdatePassword.vue b/core/src/components/login/UpdatePassword.vue index 5ee01772df7..3b5ac32133d 100644 --- a/core/src/components/login/UpdatePassword.vue +++ b/core/src/components/login/UpdatePassword.vue @@ -103,7 +103,7 @@ try { const { data } = await Axios.post(this.resetPasswordTarget, { - password: this.user, + password: this.password, proceed: this.proceed }) if (data && data.status === 'success') { -- cgit v1.2.3