Commit 830d21e7 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

typo in comment

(cherry picked from commit eb8c05da)
parent a8d7d7ab
......@@ -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