From 82f2e8d00c5fc02286f7cdc529febaa58589e0ab Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sun, 16 Feb 2020 13:20:37 +0100 Subject: [PATCH] Append log (#2019) --- .../lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm index 9a7e6a4fc..96813c779 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/RESTServer.pm @@ -579,6 +579,7 @@ sub removeSessions { sub sendCaptcha { my ( $self, $req ) = @_; + $self->logger->info("User request for captcha renew"); my ( $token, $image ) = $self->captcha->getCaptcha($req); return $self->p->sendJSONresponse( $req,