极狐GitLab 正式推出面向 GitLab 老旧版本(12.x、13.x、14.x、15.x 等)免费用户的专业升级服务,点击查看详情
您需要 登录 才可以下载或查看,没有账号?注册
gitlab-rake "gitlab:password:reset"
$ gitlab-rails c User.find_by_username 'root' new_password = 'examplepassword' user.password = new_password user.password_confirmation = new_password user.password_automatically_set = false # 通知用户 user.send_only_admin_changed_your_password_notification! user.save! exit
使用道具 举报
5
68
317