Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tonydavis1995's avatar

Doubt on Logic Laravel 5.4

I am newbie to laravel and was developing an app using laravel. I have two users teachers and student. the teacher can add students by inviting them through email. I found a logic like while inviting the teacher can populate the students table with an email and a default password and the password reset link of the student is mailed to him automatically. So that he can now change his password and login. any idea in doing this?

0 likes
3 replies
bashy's avatar

I see a question but can't understand which part you're having trouble with.

You "found a logic" but we need to know which part you worked out and which are you having trouble with.

tonydavis1995's avatar

how to trigger reset link of another user ? thats the problem . using laravels make:auth and ResetPasswordController can we achieve this?

Please or to participate in this conversation.