Skip to content

Commit 1898d4f

Browse files
wimme002fabpot
authored andcommitted
Update UserPasswordEncoderCommand.php
1 parent 5ff827d commit 1898d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Command/UserPasswordEncoderCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ protected function configure()
8787
Pass the full user class path as the second argument to encode passwords for
8888
your own entities:
8989
90-
<info>php %command.full_name% --no-interaction [password] App\Entity\User</info>
90+
<info>php %command.full_name% --no-interaction [password] 'App\Entity\User'</info>
9191
9292
Executing the command interactively allows you to generate a random salt for
9393
encoding the password:
9494
95-
<info>php %command.full_name% [password] App\Entity\User</info>
95+
<info>php %command.full_name% [password] 'App\Entity\User'</info>
9696
9797
In case your encoder doesn't require a salt, add the <comment>empty-salt</comment> option:
9898
99-
<info>php %command.full_name% --empty-salt [password] App\Entity\User</info>
99+
<info>php %command.full_name% --empty-salt [password] 'App\Entity\User'</info>
100100
101101
EOF
102102
)

0 commit comments

Comments
 (0)