[Solved] Send Password for devise in Ruby on Rails


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

solved Send Password for devise in Ruby on Rails