2013-01-11 11:53:30 -05:00
|
|
|
Hi <%= @user.name %>!
|
2013-05-10 05:18:19 -04:00
|
|
|
|
2013-08-04 18:04:47 -04:00
|
|
|
The Administrator created an account for you. Now you are a member of the company GitLab application.
|
2013-05-10 05:18:19 -04:00
|
|
|
|
2013-01-11 11:53:30 -05:00
|
|
|
login.................. <%= @user.email %>
|
2013-06-13 14:06:27 -04:00
|
|
|
<% if @user.created_by_id %>
|
2014-07-15 07:25:11 -04:00
|
|
|
<%= link_to "Click here to set your password", edit_password_url(@user, :reset_password_token => @token) %>
|
2015-04-27 00:04:33 -04:00
|
|
|
|
|
|
|
<%= reset_token_expire_message %>
|
2013-02-28 12:56:16 -05:00
|
|
|
<% end %>
|