openSNP/snpr

View on GitHub
app/views/user_mailer/password_reset_instructions.html.erb

Summary

Maintainability
Test Coverage
    <p>
      A request to reset your password has been made.
      If you did not make this request, simply ignore this email.

      If you did make this request, just
      <a href="<%=edit_password_reset_url(@user.perishable_token)%>">click the link</a>
      or copy/paste the link below to your browser to reset your password:

      <%=edit_password_reset_url(@user.perishable_token)%>

      If the above URL does not work, try copying and pasting it into your browser.
      If you continue to have problems, please feel free to contact us.

    </p>
    <p>
      If you need help, <a href="<%=faq_url()%>">you can read the FAQ</a> or email us at info@opensnp.org.
    </p>