甚至也忘记了邮箱,或许是默认邮箱无法使用。
需要在服务器上面直接修改数据:
gitlab-rails console production user = User.where(id: 1).first user.password = ‘secret_pass‘ user.password_confirmation = ‘secret_pass‘ user.save!
时间: 2024-10-15 05:23:04
甚至也忘记了邮箱,或许是默认邮箱无法使用。
需要在服务器上面直接修改数据:
gitlab-rails console production user = User.where(id: 1).first user.password = ‘secret_pass‘ user.password_confirmation = ‘secret_pass‘ user.save!