2013-03-12 04:46:04 -04:00
|
|
|
%p
|
2019-01-15 09:22:26 -05:00
|
|
|
Hi #{sanitize_name(@user['name'])}!
|
2013-03-12 04:46:04 -04:00
|
|
|
%p
|
2018-02-02 13:39:55 -05:00
|
|
|
- if Gitlab::CurrentSettings.allow_signup?
|
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
|
2019-06-03 20:49:20 -04:00
|
|
|
This link is valid for #{password_reset_token_valid_time}.
|
|
|
|
After it expires, you can #{link_to("request a new one", new_user_password_url(user_email: @user.email))}.
|