gitlab-org--gitlab-foss/app/views/notify/new_user_email.text.erb

13 lines
368 B
Plaintext
Raw Normal View History

Hi <%= @user.name %>!
The Administrator created an account for you. Now you are a member of company GitLab application.
login.................. <%= @user.email %>
2013-02-28 17:56:16 +00:00
<% unless Gitlab.config.gitlab.signup_enabled %>
password............... <%= @password %>
<% end %>
2013-05-29 07:41:17 +00:00
Please change your password immediately after login.
Click here to login: <%= url_for(root_url) %>