Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. gitlab-rails console production
  2. user = User.create(:username=>'root',:password=>'xXxXx',:password_confirmation=>'',:email=>'root@example.com',:name=>'root')
  3. user.save!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement