From 9f3b80a859a8e54856dd283b635a4abfe377feb9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 3 May 2019 18:57:24 +0200 Subject: use /account/... links for mail/password change --- templates/change_password.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/change_password.html.ep') diff --git a/templates/change_password.html.ep b/templates/change_password.html.ep index fa03e28..29aa621 100644 --- a/templates/change_password.html.ep +++ b/templates/change_password.html.ep @@ -3,7 +3,7 @@ % }

Passwort ändern

-%= form_for '/change_password' => (method => 'POST') => begin +%= form_for '/account/password' => (method => 'POST') => begin %= csrf_field
-- cgit v1.2.3