2013-01-11 11:53:30 -05:00
|
|
|
Hi <%= @user.name %>!
|
2013-05-10 05:18:19 -04:00
|
|
|
|
|
|
|
The Administrator created an account for you. Now you are a member of company GitLab application.
|
|
|
|
|
2013-01-11 11:53:30 -05:00
|
|
|
login.................. <%= @user.email %>
|
2013-06-13 14:06:27 -04:00
|
|
|
<% if @user.created_by_id %>
|
2013-02-28 12:56:16 -05:00
|
|
|
password............... <%= @password %>
|
2013-06-13 14:06:27 -04:00
|
|
|
|
|
|
|
You will be forced to change this password immediately after login.
|
2013-02-28 12:56:16 -05:00
|
|
|
<% end %>
|
2013-01-11 11:53:30 -05:00
|
|
|
|
2013-05-28 10:37:23 -04:00
|
|
|
|
2013-01-11 11:53:30 -05:00
|
|
|
Click here to login: <%= url_for(root_url) %>
|