Commit 1475206b authored by Haunui Saint-sevin's avatar Haunui Saint-sevin

Sync text part of email with the HTML part

The text part was missing the condition to change the first message.
Borrow the code from the HTML part.
parent 3de4d313
Hi <%= sanitize_name(@user.name) %>!
<% if Gitlab::CurrentSettings.allow_signup? %>
Your account has been created successfully.
<% else %>
The Administrator created an account for you. Now you are a member of the company GitLab application.
<% end %>
login.................. <%= @user.email %>
<% if @user.created_by_id %>
Click here to set your password:
<%= edit_password_url(@user, :reset_password_token => @token) %>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment