Could you please help ?
Where is the password resetform displayed by
http://127.0.0.1:8000/password/reset , which comes after klicking the forget password link ?
Hi @mathematikboy I think you need this one: the laravel/ui package's php artisan ui vue --auth command will create all of the views you need for authentication and place them in the resources/views/auth directory.
Also you can check it in your ResetPasswordController -> showResetForm (from the ResetsPasswords trait)
Thank you @snapey and @silencebringer again ! It was such sort solution . ! In the
app/resources/view/auth/passwords directory. There is a blade file called ,,email.blade.php". There is also reset.blade.php file.
I found it and changed it accordingly. However I am still searching for where I can find the description of the relation between the link and the email.blade.php becasue iin the file Its written link the following .