mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Auth: minor bug, sending an empty log line after "...authenticated successfully..."
This commit is contained in:
parent
af1401850b
commit
f57fe2b4d3
@ -197,7 +197,7 @@ class AuthenticationFactory
|
||||
if ($authenticator->authenticate($service->getUserName(), $password)) {
|
||||
if ($service->checkConstraints()) {
|
||||
syslog(LOG_NOTICE, sprintf(
|
||||
"user %s authenticated successfully for %s [using %s + %s]\n",
|
||||
"user %s authenticated successfully for %s [using %s + %s]",
|
||||
$username,
|
||||
$service_name,
|
||||
get_class($service),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user