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 6576f33 commit d82bb24Copy full SHA for d82bb24
cookbook/security/custom_provider.rst
@@ -86,15 +86,15 @@ This is how your ``WebserviceUser`` class looks in action::
86
return false;
87
}
88
89
- if ($this->getPassword() !== $user->getPassword()) {
+ if ($this->password !== $user->getPassword()) {
90
91
92
93
- if ($this->getSalt() !== $user->getSalt()) {
+ if ($this->salt !== $user->getSalt()) {
94
95
96
97
- if ($this->getUsername() !== $user->getUsername()) {
+ if ($this->username !== $user->getUsername()) {
98
99
100
0 commit comments