Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reset_password_instructions.text.erb « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 116313ee11c57c9c2af49e8fc3bdf8887dad3b58 (plain)
1
2
3
4
5
6
7
8
9
10
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) %>