Display password or login template after password modification (#1654)

environments/ppa-mbqj77/deployments/720^2
Clément OUDOT 6 years ago
parent 4b5b663353
commit c4b4e95e9d
  1. 3
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/LDAP.pm

@ -61,6 +61,9 @@ sub authenticate {
"Unable to refresh entry for " . $self->p->{user} );
}
$req->data->{noerror} = 1;
$self->setSecurity($req);
# Security: never create session here
return $res || PE_DONE;
}

Loading…
Cancel
Save