We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51e78c commit 5bd0395Copy full SHA for 5bd0395
knpu/ep4-security/user-password.md
@@ -98,7 +98,7 @@ autocomplete and get the `use` statement I need on top. Call it `$passwordEncode
98
Press Alt+Enter and select initialize fields to create that property and set it.
99
100
Now... the fun part: `$user->setPassword()`. But, instead of setting the plain password
101
-here - which would be *super* uncool... - say `$this->passwordEcoder->encodePassword()`.
+here - which would be *super* uncool... - say `$this->passwordEncoder->encodePassword()`.
102
This needs two arguments: the `$user` object and the plain-text password we want
103
to use. To make life easier for my brain, we'll use the same for everyone: `engage`.
104
0 commit comments