diff --git a/apps/users/templates/users/reset_password.html b/apps/users/templates/users/reset_password.html index cd85c4a03..9131e7d82 100644 --- a/apps/users/templates/users/reset_password.html +++ b/apps/users/templates/users/reset_password.html @@ -98,6 +98,10 @@ $(document).ready(function () { }); $(this).append(hiddenPasswordField, hiddenConfirmPasswordField); + + idPassword.remove(); + idConfirmPassword.remove(); + this.submit(); }); })