[6.2] No password given in "Account was created for you" mail
Created by: gopeter
Summary/Reproducing: Emails, which new users get, doesn't provide a password for first login. Gitlab version: 6.2: 5123d706c217a7307f512ca922aa8862914e1d6c Application check: everything's fine (see output below) Screenshot:
Logs: production.log:
Started POST "/admin/users" for 127.0.0.1 at 2013-10-24 12:31:37 +0200
Processing by Admin::UsersController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+rFoUu5iWgPSBG9ZAEnZpsjikA0Oi7XDLiPwpmssM5Y=", "user"=>{"name"=>"test", "username"=>"test", "email"=>"MY_EMAIL_ADDRESS", "projects_limit"=>"10", "can_create_group"=>"1", "admin"=>"0",$
Redirected to http://git.debd.com/admin/users/test
Completed 302 Found in 442ms (ActiveRecord: 344.1ms)
Started GET "/admin/users/test" for 127.0.0.1 at 2013-10-24 12:31:38 +0200
Processing by Admin::UsersController#show as HTML
Parameters: {"id"=>"test"}
Rendered admin/users/show.html.haml within layouts/admin (32.0ms)
Rendered layouts/_head.html.haml (1.4ms)
Rendered layouts/_search.html.haml (152.2ms)
Rendered layouts/_head_panel.html.haml (163.7ms)
Rendered layouts/_flash.html.haml (0.3ms)
Rendered layouts/nav/_admin.html.haml (3.1ms)
Completed 200 OK in 216ms (Views: 191.3ms | ActiveRecord: 17.7ms)
Rendered notify/new_user_email.html.haml within layouts/notify (0.0ms)
Rendered notify/new_user_email.text.erb (0.0ms)
Sent mail to MY_EMAIL_ADDRESS (230ms)
Setup:
System information
System: Ubuntu 12.04
Current User: git
Using RVM: no
Ruby Version: 2.0.0p247
Gem Version: 2.0.3
Bundler Version:1.3.5
Rake Version: 10.1.0
GitLab information
Version: 6.2.0
Revision: 5123d70
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: http://MY_URL
HTTP Clone URL: http://MY_URL/some-project.git
SSH Clone URL: git@MY_URL:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.7.1
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
Application check:
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.1 ? ... OK (1.7.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
update hook up-to-date? ... yes
update hooks in repos are links: ...
MY_REPOSITORIES ... ok
Running /home/git/gitlab-shell/bin/check
Check GitLab API access: OK
Check directories and files:
/home/git/repositories: OK
/home/git/.ssh/authorized_keys: OK
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
projects have namespace: ...
MY_PROJECTS ... yes
Projects have satellites? ...
MY_SATELLITES ... yes
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.4)
Checking GitLab ... Finished