mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 21:02:27 +00:00
Alter endpoint for account settings, change password form submission.
This commit is contained in:
parent
0ecda4e093
commit
7d10e64840
1 changed files with 1 additions and 1 deletions
|
@ -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")}
|
||||
|
|
Loading…
Reference in a new issue