From ebeabd222344b89215085e01ba9cc0a07634b135 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 23 Mar 2020 16:06:39 +0100
Subject: [PATCH] changed password change request to account/

---
 views/DE/account/security.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/DE/account/security.pug b/views/DE/account/security.pug
index 1277f03e..6db09112 100644
--- a/views/DE/account/security.pug
+++ b/views/DE/account/security.pug
@@ -49,7 +49,7 @@ html(lang="de")
                     for error, i in errors
                         div.alert.alert-danger.alert-dismissible.fade.show #{ error }
                             a(class="close", href="#", data-dismiss="alert", aria-label="close") &times;
-                form(class="needs-validation", method="post", action="/changePwd" novalidate)
+                form(class="needs-validation", method="post", action="/account/changePwd" novalidate)
                     div(class="form-group row")
                         label(for="currPwd") Aktuelles Passwort
                         input(id="inputCurrPwd", name="inputCurrPwd", type="password", class="form-control" required)
-- 
GitLab