Skip to content

Commit

Permalink
Merge branch '1.13' into 1.14
Browse files Browse the repository at this point in the history
* 1.13:
  [User] Reflect new default token length in the ConfigurationTest class
  • Loading branch information
GSadee committed Jun 18, 2024
2 parents 84fa99d + 46da193 commit d5da5f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function it_has_default_configuration_for_user_resetting(): void
'resetting' => [
'token' => [
'ttl' => 'P1D',
'length' => 16,
'length' => 64,
'field_name' => 'passwordResetToken',
],
'pin' => [
Expand Down

0 comments on commit d5da5f4

Please sign in to comment.