Commit eb8c05da authored by Ad Schellevis's avatar Ad Schellevis

typo in comment

parent 7a0e9eeb
......@@ -77,7 +77,7 @@ class Local implements IAuthConnector
}
$passwd = crypt($password, (string)$userObject->password);
if ($passwd == (string)$userObject->password) {
// password ok, return successfully authen
// password ok, return successfully authentication
return true;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment