Devise authentication – what is the default behaviour of this gem?
I mean:
Should the user be redirected to site’s root after password reset confirmation has been sent so, that I even do not see confirmation message, or, if it happens, it means some problems in my application?
by default it redirectes to new_session_path on successfull sent
https://github.com/plataformatec/devise/blob/master/app/controllers/devise/passwords_controller.rb