You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Http\Mail\ForgetMail.php : corrected public var $token and added user name var, both to be used inside email content
App\Exceptions\Handler.php : added validation error handling to send response containing the message of the error
resources/views/mail/forget.blade.php :(1) replaced text 'company name' by 'IT Academy Landing', (2) Added user name after 'Hello', (3) Changed Reset Button alignment from left to center, (4) corrected reset password link to call the right method
Renamed file names to make them more understandable:
forget.badae.php -> forgetPassword.blade.php
forgetMail.php -> forgetPasswordMail.php
Http\Requests\ResetRequest.php: updated password rules to match those in store process (register) of UserController.php
No description provided.
The text was updated successfully, but these errors were encountered: