ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

[Question] How can I customize the password reset URL? #64

Closed bkuhl closed 9 years ago

bkuhl commented 9 years ago

I have this package setup and it works great... thanks for making this happen!

The readme indicates that all types of authentication use the same view when they're emailed out. I'd like to use a different set of routes for one of my authentication types which involves customizing the link received in the email: http://www.mysite.com/password/reset/0cf1900d06b2fe52eb61214811e133fe9ab1ea7a. This seems tricky because the config allows for a single view, do you know how I can accomplish this?

bkuhl commented 9 years ago

I found a good solution here: [link removed]

ollieread commented 9 years ago

"If you wish to use a different view per user type, then just add an email option to the config, much the same way as it is inside auth.reminder.".

The ability to do this was, if memory serves, the last change I made on the 27th August.