debian-mirror-gitlab/app/views/devise/mailer/reset_password_instructions.text.erb
2016-06-22 15:30:34 +05:30

11 lines
347 B
Plaintext

Hello, <%= @resource.name %>!
Someone, hopefully you, has requested to reset the password for your GitLab
account on <%= 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) %>