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 回答