[Solved] Send Password for devise in Ruby on Rails
[ad_1] edit_user_registration_path is not for forgot password path See Devise shared link You could include this link into your login form <%= link_to “Forgot your password?”, new_password_path(resource_name) %> 5 [ad_2] solved Send Password for devise in Ruby on Rails