Skip to content

[5.8] Fix invalid link expiry count in ResetPassword#29579

Merged
taylorotwell merged 1 commit into
laravel:5.8from
jaripekkala:5.8
Aug 15, 2019
Merged

[5.8] Fix invalid link expiry count in ResetPassword#29579
taylorotwell merged 1 commit into
laravel:5.8from
jaripekkala:5.8

Conversation

@jaripekkala

Copy link
Copy Markdown
Contributor

The default ResetPassword notification has a line about when the password reset link will expire introduced in 5.8. It takes it's value directly from the auth config.

This PR removes the fixed users password configuration key and uses the correct default key specified in the configs.

This does not fix the same issue when no default configs is used for creating the token.

@taylorotwell taylorotwell merged commit bd81ed4 into laravel:5.8 Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants