diff --git a/app/views/account/change_password.rhtml b/app/views/account/change_password.rhtml new file mode 100644 index 0000000..173ed9b --- /dev/null +++ b/app/views/account/change_password.rhtml @@ -0,0 +1,17 @@ +

<%= _('Change password') %>

+ +<% form_tag do %> + +


+<%= password_field_tag :current_password %>

+ +


+<%= password_field_tag :new_password %>

+ +


+<%= password_field_tag :new_password_confirmation %>

+ +<%= submit_tag _('Change password') %> + +<% end %> + -- libgit2 0.21.2