debian-mirror-gitlab/app/views/devise/mailer/reset_password_instructions.text.erb
2021-06-08 01:23:25 +05:30

9 lines
442 B
Text

<%= _("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) %>