Skip to content

Instantly share code, notes, and snippets.

@orangewolf
Last active November 16, 2018 17:29
Show Gist options
  • Save orangewolf/335ba7de8190a89fc09cb2d1f490b706 to your computer and use it in GitHub Desktop.
Save orangewolf/335ba7de8190a89fc09cb2d1f490b706 to your computer and use it in GitHub Desktop.
$ 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