Skip to content

Commit

Permalink
Update authentication.rst
Browse files Browse the repository at this point in the history
Return null required.
  • Loading branch information
yosus committed Jun 26, 2024
1 parent 1ea08fb commit 3bc9c82
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 3bc9c82

Please sign in to comment.