summaryrefslogtreecommitdiff
path: root/app/views/notify/new_user_email.html.haml
blob: fc2c02ef82721a495ce189bff4c0c66a8d40e36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%p
  Hi #{@user['name']}!
%p
  - if Gitlab.config.gitlab.signup_enabled
    Your account has been created successfully.
  - else
    The Administrator created an account for you. Now you are a member of company GitLab application.
%p
  login..........................................
  %code= @user['email']

- if @user.created_by_id
  %p
    password..................................
    %code= @password

  %p
    You will be forced to change this password immediately after login.

%p
  = link_to "Click here to login", root_url