2013-03-12 04:46:04 -04:00
|
|
|
%p
|
|
|
|
Hi #{@user['name']}!
|
|
|
|
%p
|
|
|
|
- if Gitlab.config.gitlab.signup_enabled
|
2013-05-16 03:49:57 -04:00
|
|
|
Your account has been created successfully.
|
2013-03-12 04:46:04 -04:00
|
|
|
- else
|
2013-08-04 18:04:20 -04:00
|
|
|
The Administrator created an account for you. Now you are a member of the company GitLab application.
|
2013-03-12 04:46:04 -04:00
|
|
|
%p
|
|
|
|
login..........................................
|
|
|
|
%code= @user['email']
|
2013-06-13 14:06:27 -04:00
|
|
|
|
|
|
|
- if @user.created_by_id
|
|
|
|
%p
|
2015-05-13 23:57:16 -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
|
|
|
%p
|
2015-09-17 00:24:53 -04:00
|
|
|
= raw reset_token_expire_message
|