Skip to content

Instantly share code, notes, and snippets.

@spohlenz
Created January 10, 2014 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spohlenz/8346009 to your computer and use it in GitHub Desktop.
Save spohlenz/8346009 to your computer and use it in GitHub Desktop.
Resetting a Wheelhouse CMS admin password
$ rails console
Loading development environment (Rails 3.2.16)
> u = Wheelhouse::User.first
> u.password = u.password_confirmation = "newpassword"
> u.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment