REST Service for POPCORN - ILIAS
alex
2025-06-03 cedfd136bf19bcb01d2d93a77629f50177df599a
lib/db.js
@@ -41,6 +41,7 @@
/////////////////////////////////////////////////////////////////////////
async function getUsers (offset = 0, limit = 10) {
   limit = Number(limit) || 10
   const sel = `usr_id, login, firstname, lastname, gender, email, institution, street, city, zipcode, country, department, active`
   // TODO user defined fields
   // TODO check args for SQL Injection