Hey Rob,
the correct route for the default password reset should be ' /password/email ' (without ' '), if you haven't already setup the mail server you'll be using, or you can use '/password/reset/{token}' that you get from the database.
Thanks. I figured out what was confusing me. Seems like this route /password/email doesn't work when you are logged in. I wrote a small method with it's own route to logout and then redirect to the /password/email. Not perfect, but achieves the effect I was looking for.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community