summaryrefslogtreecommitdiff
path: root/app/views/notify/new_user_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/new_user_email.text.erb')
-rw-r--r--app/views/notify/new_user_email.text.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/notify/new_user_email.text.erb b/app/views/notify/new_user_email.text.erb
deleted file mode 100644
index 96b26879a77..00000000000
--- a/app/views/notify/new_user_email.text.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-Hi <%= @user.name %>!
-
-The Administrator created an account for you. Now you are a member of the company GitLab application.
-
-login.................. <%= @user.email %>
-<% if @user.created_by_id %>
- <%= link_to "Click here to set your password", edit_password_url(@user, :reset_password_token => @token) %>
-<% end %>