Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-28 18:37:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-28 18:37:23 +0400
commit07aa6e596318288edcd95bc327489f42021f275f (patch)
tree96a7776f2b1867b7f2598ed45ece5a5f48ef1a5e /app/views/notify/new_user_email.text.erb
parente5e3e0d9e6fddccf6e9be327dd2fbf116e7f6481 (diff)
Warn users to change password after account was created
Diffstat (limited to 'app/views/notify/new_user_email.text.erb')
-rw-r--r--app/views/notify/new_user_email.text.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/notify/new_user_email.text.erb b/app/views/notify/new_user_email.text.erb
index 181ed2d2a49..b7089562311 100644
--- a/app/views/notify/new_user_email.text.erb
+++ b/app/views/notify/new_user_email.text.erb
@@ -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) %>