Uploaded by OP7IONS TV

PilartaMicaella-Lesson2Laboratory-1

advertisement
Micaella Andrea Pilarta
IT32S2
In your Laravel 8 from Lesson 1. Enables the email verification and forget password capabilities
of the Jetstream frameworks. Screenshots your answer and discuss how you were able to
accomplished it.
First to enable the “forgot password” you need to open the .env file, and modify it first enter your email
which will send verification to the user's email.
After you register your email, next logout your account then click forgot password. And you will get
verification in your email account the “reset password”.
Next registered user to verify their email address for added validation and secureness.
Nevertheless, the attention for this feature is disabled by default. If a user wants to enable said
feature, the user should access it from config/fortify.php .
and then you should implement MustVerifyEmail in Models / User.php
Download