X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a8c7d1c4ce7b0b11eda847947a50dadcbee75cae..2e2f2124728ca755b2db8f83f022eaea24b647f0:/app/views/user/lost_password.html.erb diff --git a/app/views/user/lost_password.html.erb b/app/views/user/lost_password.html.erb new file mode 100644 index 000000000..cb844c67c --- /dev/null +++ b/app/views/user/lost_password.html.erb @@ -0,0 +1,9 @@ +

<%= t 'user.lost_password.heading' %>


+ +<% form_tag :action => 'lost_password' do %> + + +
<%= t 'user.lost_password.email address' %><%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %>
+
+ +<% end %>