-
- Downloads
GRN-45: Fixed the URL being sent in the password reset email (#351)
* Fixed the url used in the reset password emails and added the ability to preview emails in the dev environment * Replaced localhost with example.com in email previews * Update password_reset.html.erb
Showing
- app/controllers/password_resets_controller.rb 5 additions, 1 deletionapp/controllers/password_resets_controller.rb
- app/views/user_mailer/password_reset.html.erb 1 addition, 1 deletionapp/views/user_mailer/password_reset.html.erb
- app/views/user_mailer/password_reset.text.erb 1 addition, 1 deletionapp/views/user_mailer/password_reset.text.erb
- test/mailers/previews/user_mailer_preview.rb 16 additions, 0 deletionstest/mailers/previews/user_mailer_preview.rb
Please register or sign in to comment