git重置管理原密码

1.gitlab-rails console production
2.user = User.where(id:1).first
3.user.password='xxx'
4.user.save!

你可能感兴趣的:(git重置管理原密码)