diff --git a/app/views/passwords/edit.html.erb b/app/views/passwords/edit.html.erb new file mode 100644 index 0000000..3b91afa --- /dev/null +++ b/app/views/passwords/edit.html.erb @@ -0,0 +1,19 @@ +
+ Your password has been reset. Choose a new password below. +
+ +<% form_for(:user, + :url => user_password_path(@user, :token => @user.token), + :html => { :method => :put }) do |form| %> + + +<% end %> + diff --git a/app/views/passwords/new.html.erb b/app/views/passwords/new.html.erb new file mode 100644 index 0000000..f157cd9 --- /dev/null +++ b/app/views/passwords/new.html.erb @@ -0,0 +1,15 @@ ++ We will email you a link to reset your password. +
+ +<% form_for :password, :url => passwords_path do |form| %> + + +<% end %> + -- libgit2 0.21.2