Skip to content

Commit

Permalink
Merge pull request #10513 from touhidurabir/i10501_main
Browse files Browse the repository at this point in the history
#10501 fixed issue with password reset url generation
  • Loading branch information
touhidurabir authored Oct 9, 2024
2 parents a92a27f + 2d39da4 commit 0476029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/mail/traits/PasswordResetUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function setPasswordResetUrl(User $user, ?string $contextUrlPath = nul
$contextUrlPath,
'login',
'resetPassword',
$user->getUsername(),
[$user->getUsername()],
['confirm' => Validation::generatePasswordResetHash($user->getId())]
)
]);
Expand Down

0 comments on commit 0476029

Please sign in to comment.