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.
This commit is contained in:
Haunui Saint-sevin 2019-06-04 00:50:41 +00:00
parent 3de4d313a3
commit 1475206bcc
1 changed files with 5 additions and 0 deletions

View File

@ -1,8 +1,13 @@
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) %>