I want to send reset link to user email address, I have tree type of users and tree tables for each of them. Also I create tree guard that I seperate them by this guards. I can send reset email for each of them, but the route for each one is not same and have just a prefix for each users. for example for student the reset link shoule be this :
http://localhost:8000/student/password/reset/e39f6ef2a2cc4d88c1b7be6afc9ecfe876f9dc194b98740347e8c842aa17554b
and for admin this:
http://localhost:8000/admin/password/reset/e39f6ef2a2cc4d88c1b7be6afc9ecfe876f9dc194b98740347e8c842aa17554b
How I can send email by correct link?