Skip to content

Commit

Permalink
Merge pull request #7875 from yosus/patch-12
Browse files Browse the repository at this point in the history
Update authentication.rst
  • Loading branch information
ADmad committed Jun 26, 2024
2 parents 1ea08fb + 3bc9c82 commit c4b23de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/tutorials-and-examples/cms/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ add the following::
if (strlen($password) > 0) {
return (new DefaultPasswordHasher())->hash($password);
}
return null;
}
}

Expand Down

0 comments on commit c4b23de

Please sign in to comment.