fix admin users tests

This commit is contained in:
Dmitriy Zaporozhets 2013-02-28 19:56:16 +02:00
parent 9a5c152c0e
commit 1c517153a8
2 changed files with 7 additions and 5 deletions

View file

@ -3,6 +3,8 @@ Hi <%= @user.name %>!
Administrator created account for you. Now you are a member of company GitLab application.
login.................. <%= @user.email %>
password............... <%= @password %>
<% unless Gitlab.config.gitlab.signup_enabled %>
password............... <%= @password %>
<% end %>
Click here to login: <%= url_for(root_url) %>