kphurley / swlcgdb

A Deckbuilder for Star Wars: The Card Game LCG
4 stars 3 forks source link

Fix password resets on production #59

Closed kphurley closed 6 months ago

kphurley commented 6 months ago

The password reset mailer was blowing up with ActionView::Template::Error (undefined method 'name'... - clearly related to the recent migration away from name in favor of username.

I also made sure the @password_reset_url was correct based on the env.