>sudo gitlab-rails console production
> user=User.where(name: "root").first
> user.password=12345678
> user.save!
> quit
标签:blog save tla ber string sso roo where user
>sudo gitlab-rails console production
> user=User.where(name: "root").first
> user.password=12345678
> user.save!
> quit
标签:blog save tla ber string sso roo where user
原文地址:https://www.cnblogs.com/runnerjack/p/8510212.html