Search found 2311 matches

by alfa24
Tue Jul 01, 2025 9:21 am
Forum: Gestione Didattica e Frontend
Topic: questionario di valutazione
Replies: 9
Views: 3434

Re: questionario di valutazione

Se per questionari intendi i LO di tipo POLL (sondaggi), le statistiche in quanto dati di sintesi non richiedono anonimizzazione, essendo dati aggregati.
Per quanto riguarda la richiesta sul filtro per edizione, non ho mai testato, ma suppongo non sia previsto.
by alfa24
Sat Jun 21, 2025 6:26 am
Forum: Installazione e Configurazione
Topic: Problemas con la instalación
Replies: 3
Views: 2023

Re: Problemas con la instalación

1) English please
2) screenshot with evidence please
by alfa24
Fri Jun 20, 2025 9:26 pm
Forum: Installazione e Configurazione
Topic: Problemas con la instalación
Replies: 3
Views: 2023

Re: Problemas con la instalación

You'd better check requirements before installing.
by alfa24
Mon Jun 16, 2025 4:59 pm
Forum: Amministrazione
Topic: Visibilità campi
Replies: 1
Views: 1414

Re: Visibilità campi

Non senza implementazione.
by alfa24
Mon Jun 16, 2025 4:58 pm
Forum: Plugins & patches
Topic: API - Authentication API
Replies: 12
Views: 27596

Re: API - Authentication API

Are you kidding me?
https://mydomain.com/api/rest.php?q=/ap ... thenticate is correct as I said for auth method.
by alfa24
Mon Jun 16, 2025 4:37 am
Forum: Plugins & patches
Topic: API - Authentication API
Replies: 12
Views: 27596

Re: API - Authentication API

You MUST provide the x-Authorization header.
You can't remove it.
by alfa24
Sun Jun 15, 2025 7:41 pm
Forum: Plugins & patches
Topic: API - Authentication API
Replies: 12
Views: 27596

Re: API - Authentication API

The endpoint is correct.
I don't understand exactly what is not working.
I use a layer (class) I constructed myself, and I suggest you to do the same.
Then you should provide the code in a readable format and the response as well, so I can help to figure out what you're missing.
by alfa24
Sun Jun 15, 2025 2:30 pm
Forum: Plugins & patches
Topic: API - Authentication API
Replies: 12
Views: 27596

Re: API - Authentication API

Regardless of your forma version, I think your answer is in the auth calc when _AUTH_SECRET_KEY is set in /api/lib/lib.api.php checkAuthentication function. In checkKeys function you'll find how params are expected to be passed: $auth = base64_decode(str_replace('FormaLMS ', '', $_SERVER['HTTP_X ...
by alfa24
Sun Jun 15, 2025 9:43 am
Forum: Plugins & patches
Topic: API - Authentication API
Replies: 12
Views: 27596

Re: API - Authentication API

Forma version?
by alfa24
Thu Jun 05, 2025 3:52 pm
Forum: Amministrazione
Topic: no ricezione email all'iscrizione dell'utente e al termine del corso
Replies: 2
Views: 2162

Re: no ricezione email all'iscrizione dell'utente e al termine del corso

Impossibile che non sia cambiato nulla.
Confrontati con il provider email, magari hanno modificato policy e non ve l'hanno comunicato.
Diversamente, l'unico modo è debuggare al massimo livello SMTP e verificare dove si pianta.