<%%= t 'janus.passwords.new.forgot_password' %>

<%%= form_for @<%= singular_name %>, :url => <%= singular_name %>_password_path, :method => :post do |f| %> <%%= janus_error_messages %> <%% <%= class_name %>.authentication_keys.each do |key| %>
<%%= f.label key %> <%%= f.text_field key %>
<%% end %>
<%%= f.submit t('janus.passwords.new.send_instructions_btn') %>
<%% end %>