Skip to content

Instantly share code, notes, and snippets.

@pwldp
Created March 18, 2019 15:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save pwldp/0fa992101a323b7be27cc397856d4a2d to your computer and use it in GitHub Desktop.
Save pwldp/0fa992101a323b7be27cc397856d4a2d to your computer and use it in GitHub Desktop.
gitlab-rails console production
user = User.create(:username=>'root',:password=>'xXxXx',:password_confirmation=>'',:email=>'root@example.com',:name=>'root')
user.save!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment