gitlab-rails console production
user=User.where(name: "sph").first 或 user=User.where(email: "aaa@163.com").first
user.password=12345678
user.password_confirmation=12345678
user.save!
quit
gitlab-rails console production
user=User.where(name: "sph").first 或 user=User.where(email: "aaa@163.com").first
user.password=12345678
user.password_confirmation=12345678
user.save!
quit
本文标题:gitlab知道帐号重置密码
本文链接:https://www.haomeiwen.com/subject/uzthyktx.html
网友评论