gitlab-org--gitlab-foss/app/views/devise/mailer/reset_password_instructions...

10 lines
442 B
Plaintext

<%= _("Hello, %{name}!") % { name: @resource.name } %>
<%= _("Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}.") % { link_to_gitlab: Gitlab.config.gitlab.url } %>
<%= _("If you did not perform this request, you can safely ignore this email.") %>
<%= _("Otherwise, click the link below to complete the process:") %>
<%= edit_password_url(@resource, reset_password_token: @token) %>