gitlab-org--gitlab-foss/app/views/notify/new_user_email.text.erb
2013-05-29 09:41:17 +02:00

12 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 %>
<% unless Gitlab.config.gitlab.signup_enabled %>
password............... <%= @password %>
<% end %>
Please change your password immediately after login.
Click here to login: <%= url_for(root_url) %>