fisayoafolayan / laravel-multiple-auth

A simple implementation of multiple authentication in Laravel. To follow along, this application has been documented as an article on Pusher blog.
81 stars 60 forks source link

Password resets #4

Open frantischek opened 5 years ago

frantischek commented 5 years ago

Password resets are not working. Application only searches for emailadresses in user table.

fisayoafolayan commented 5 years ago

Hello @frantischek,

Can you please provide more context to this issue?

frantischek commented 5 years ago

Can you please provide more context to this issue?

When I try to reset my password the application allways tells me "We can't find a user with that e-mail address.". Link: /password/reset

I think the sendResetLinkEmail from the SendsPasswordResetEmails-Trait should be overwritten... but I don't know how to do it :-(