Skip to content

Commit b399c53

Browse files
Update docs/en/password-hashers.rst
Co-authored-by: Mark Story <mark@mark-story.com>
1 parent 97997ae commit b399c53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/en/password-hashers.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ fallback hasher as follows::
4747
'passwordHasher' => [
4848
'className' => 'Authentication.Fallback',
4949
'hashers' => [
50-
'Authentication.Default',
51-
[
50+
'Authentication.Default' => [
5251
'className' => 'Authentication.Legacy',
5352
'hashType' => 'md5',
5453
'salt' => false, // turn off default usage of salt

0 commit comments

Comments
 (0)