Last active
November 16, 2018 17:29
-
-
Save orangewolf/335ba7de8190a89fc09cb2d1f490b706 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ cd /opt/atla/current | |
$ RAILS_ENV=production bundle exec rails c | |
> u = User.where(email: 'EMAIL').first | |
> u.password = u.password_confirmation = "PASSWORD" | |
> u.save | |
> exit | |
$ exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment