diff options
Diffstat (limited to 'src/main/resources/templates/views/settings_password.html')
-rw-r--r-- | src/main/resources/templates/views/settings_password.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_password.html b/src/main/resources/templates/views/settings_password.html index c09a97dd..4a9c403a 100644 --- a/src/main/resources/templates/views/settings_password.html +++ b/src/main/resources/templates/views/settings_password.html @@ -4,7 +4,6 @@ <fieldset> <legend>Changing your password</legend> <form action="/settings" method="post"> - <input type="hidden" name="{{_csrf.parameterName}}" value="{{_csrf.token}}" /> <input type="hidden" name="page" value="password"/> <p>Change password: <input type="password" name="password" size="8"/> <input class="Button" type="submit" value=" Update "/><br/> |