gitlab重置密碼 發佈日期: 2023 年 4 月 28 日 作者: Sky Leong gitlab-rails console -e production user = User.where(id: 1).first 或者 user = User.find_by(email: 'admin@example.com') user.password = 'new_password' user.password_confirmation = 'new_password' user.save 相關文章[Python] 發送含附件emailPython存取google sheet (更新版)VS Code鍵入console.log快捷鍵Telegram payment with stripeApache建立virtual hostMongodb備份與還原