Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Resetting Passwords

Scott Opell edited this page Aug 20, 2015 · 1 revision

Until we get a "forgot password" UI, we can handle these manually through the production rails console

  1. Get access to the heroku application and setup the heroku toolbelt.
  2. Setup the boilermake app via the toolbelt
  3. heroku run rails console --app boilermake
  4. User.find_by(email: 'user@someschool.edu').send_password_reset

That's it!!

Clone this wiki locally