Info to Debug for login.
parent
769f6ce372
commit
0afa383c38
|
@ -82,7 +82,7 @@ class AppController extends Controller {
|
|||
throw new UnauthorizedException(__($retstatus));
|
||||
return;
|
||||
}
|
||||
ZM\Info("Login successful for user \"$username\"");
|
||||
ZM\Debug("Login successful for user \"$username\"");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ class HostController extends AppController {
|
|||
$username = $ret[0]->Username();
|
||||
}
|
||||
|
||||
ZM\Info("Creating token for \"$username\"");
|
||||
ZM\Debug("Creating token for \"$username\"");
|
||||
|
||||
/* we won't support AUTH_HASH_IPS in token mode
|
||||
reasons:
|
||||
|
|
Loading…
Reference in New Issue