By default, password reset tokens expire after one hour. You may change this via the password reset
expireoption in yourconfig/auth.phpfile.
See the documentation: https://laravel.com/docs/5.5/passwords#after-resetting-passwords
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want my admin to create user and send them invitation with reset password link. For this I want to know the code to create reset password and send a email invitation link.
Also want to know the default validity of the reset token and how can I modify that.
By default, password reset tokens expire after one hour. You may change this via the password reset
expireoption in yourconfig/auth.phpfile.
See the documentation: https://laravel.com/docs/5.5/passwords#after-resetting-passwords
Please or to participate in this conversation.