gitlab-org--gitlab-foss/app/views/notify/new_user_email.text.erb
2013-06-13 21:06:27 +03:00

13 lines
368 B
Text

Hi <%= @user.name %>!
The Administrator created an account for you. Now you are a member of company GitLab application.
login.................. <%= @user.email %>
<% if @user.created_by_id %>
password............... <%= @password %>
You will be forced to change this password immediately after login.
<% end %>
Click here to login: <%= url_for(root_url) %>