14 Mayıs 2020 13:19

Muslu Y.

GitLab

Gitlab kullanıcı parolası değiştirme. Gitlab parola güncelleme.

Anasayfa

GitLab

Gitlab kullanıcı parolası değiştirme. Gitlab parol...

 

sudo gitlab-rails console production
  Örnek Çıktı:

--------------------------------------------------------------------------------
GitLab: 12.7.5 (b0fe37ef58e)
GitLab Shell: 11.0.0
PostgreSQL: 10.9
--------------------------------------------------------------------------------
         
u = User.where(id:1).first
  veya

 
u = User.where(username:'muslu').first
   
u.password = 'yeniparola'
u.password_confirmation = 'yeniparola'
u.save!
 

Makdos Bilişim Teknolojileri 2015 - 2025