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

new_user_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96b26879a7720820b861fa6109b89574a5c37122 (plain)
1
2
3
4
5
6
7
8
Hi <%= @user.name %>!

The Administrator created an account for you. Now you are a member of the company GitLab application.

login.................. <%= @user.email %>
<% if @user.created_by_id %>
  <%= link_to "Click here to set your password", edit_password_url(@user, :reset_password_token => @token) %>
<% end %>