Skip to content
Snippets Groups Projects
Commit 07aa6e59 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Warn users to change password after account was created

parent e5e3e0d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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) %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment