mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Warn users to change password after account was created
This commit is contained in:
@@ -12,5 +12,9 @@
|
||||
- unless Gitlab.config.gitlab.signup_enabled
|
||||
password..................................
|
||||
%code= @password
|
||||
|
||||
%p
|
||||
Please change your password immediatly after login.
|
||||
|
||||
%p
|
||||
= link_to "Click here to login", root_url
|
||||
|
||||
@@ -7,4 +7,6 @@ login.................. <%= @user.email %>
|
||||
password............... <%= @password %>
|
||||
<% end %>
|
||||
|
||||
Please change your password immediatly after login.
|
||||
|
||||
Click here to login: <%= url_for(root_url) %>
|
||||
|
||||
Reference in New Issue
Block a user