12

ホームサーバーにgitlabをインストールしました。サーバーは実行中です。ログインページにはアクセスできますが、ログインできません。

admin@local.host.
5iveL!fe

エラー: メールまたはパスワードが無効です。

何が問題なのですか?

4

1 に答える 1

9
/home/gitlab/github/app/observers/user_observer.rb

Notify.delay.new_user_email(user.id, user.password) 

変更するには:

Notify.new_user_email(user.id, user.password)

走る:

root@menht.com ~/gitlab/github $ bundle exec rake db:seed_fu RAILS_ENV=production
于 2013-01-24T08:13:30.647 に答える