Created
March 18, 2019 15:11
-
-
Save pwldp/0fa992101a323b7be27cc397856d4a2d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gitlab-rails console production | |
user = User.create(:username=>'root',:password=>'xXxXx',:password_confirmation=>'',:email=>'[email protected]',:name=>'root') | |
user.save! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment