From 7d10e64840c46689187d6af111a5bcc0637cec99 Mon Sep 17 00:00:00 2001 From: Douglas Lovell Date: Fri, 14 Sep 2018 16:19:02 -0300 Subject: [PATCH] Alter endpoint for account settings, change password form submission. --- services/web/app/views/user/settings.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/user/settings.pug b/services/web/app/views/user/settings.pug index 9681da50f4..497de3a01d 100644 --- a/services/web/app/views/user/settings.pug +++ b/services/web/app/views/user/settings.pug @@ -75,7 +75,7 @@ block content .col-md-5.col-md-offset-1 h3 #{translate("change_password")} - form(async-form="changepassword", name="changePasswordForm", action="/user/password/update", method="POST", novalidate) + form(async-form="changepassword", name="changePasswordForm", action="/change_password/v1", method="POST", novalidate) input(type="hidden", name="_csrf", value=csrfToken) .form-group label(for='currentPassword') #{translate("current_password")}