"xxx is allowed to update 2FA" should be a debug message

This commit is contained in:
Maxime Besson 2021-03-23 09:17:51 +01:00
parent 2d60af304f
commit 2c8cbbefe6

View File

@ -157,7 +157,7 @@ sub canUpdateSfa {
$msg = 'notAuthorized';
}
}
$self->userLogger->info("$user is allowed to update 2FA") unless $msg;
$self->logger->debug("$user is allowed to update 2FA") unless $msg;
return $msg;
}