diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm index 0d7367788..8fb5db2e1 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SAML.pm @@ -91,7 +91,7 @@ sub loadLasso { } if (BADLASSO) { - $self->lmLog( 'Lasso version >= 2.2.91 required', 'error' ); + $self->lmLog( 'Lasso version >= 2.3.0 required', 'error' ); return 0; }