environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent ab973c4743
commit 1251ae42e7
  1. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/Combination.pm

@ -178,7 +178,7 @@ sub try {
# On error, restart authentication with next scheme
if ( $res > PE_OK ) {
$self->logger->info(
qq'Scheme "$name" has return $res, trying next');
qq'Scheme "$name" returned $res, trying next');
$req->datas->{dataKeep}->{combinationTry}++;
$req->steps( [ @{ $req->datas->{combinationSteps} } ] );
$req->continue(1);

Loading…
Cancel
Save