Fix log level & improve e2e ini file (#1878)

This commit is contained in:
Christophe Maudoux 2019-08-12 22:20:22 +02:00
parent f8ef2797a8
commit 3891c9caec
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ totp2fActivation = 1
totp2fSelfRegistration = 1
captcha_mail_enabled = 0
portalDisplayResetPassword = 1
;pdataDomain = example.com
[handler]

View File

@ -63,7 +63,7 @@ sub handler {
and ( $req->{env}->{HTTP_COOKIE} =~ /$url64/ ) )
{
$self->logger->debug("Force cleaning pdata");
$self->logger->warning("pdata cookie domain must be set")
$self->logger->warn("pdata cookie domain must be set")
unless ( $self->conf->{pdataDomain} );
$req->pdata( {} );
}