D00mguy17298

Results 2 comments of D00mguy17298

What has been written in confirmations controller file class Users::ConfirmationsController < Devise::ConfirmationsController protected def after_confirmation_path_for(resource_name, resource) token = resource.send(:set_reset_password_token) edit_password_path(resource, reset_password_token: token) end end Here are routes: Rails.application.routes.draw do devise_for...

I did it the same way as shown in the how to page