Users and groups. Problem
Posted: 2022-08-02 12:00
Good morning everyone,
I have an appgini application created to memorize documents and information on consultancy interventions performed at my clients. My customers have access with their own user to the relevant table. I'll give you an example: there are 3 users (Marco, Silvia, Nadia) and there is my administrator user Fabio.
There are n. 3 tables where the information is stored: TableMarco, TableSilvia, TableNadia.
Each user can only view the information entered in the specific table with the same name: Marco can only view the information stored in the Marco Table, Silvia those in the Silvia Table and Nadia only those in the Nadia Table.
I have to upload the information through my user Fabio.
How can I upload the information and allow it to be viewed only by its users and not by others? Of course I have created groups to give permissions but my user Fabio cannot be part of more groups.
Do not create my user for each group also because the groups in the example are only 3 but in reality they are 350.
Thanks for your help
---- in italiano ----
Utenti e gruppi. Problema
Buongiorno a tutti,
ho un'applicazione appgini creata per momorizzare documenti ed informazioni su interventi di consulenza eseguiti presso i miei clienti. I miei clienti hanno accesso con un proprio utente alla relativa tabella. Vi faccio un esempio: ci sono 3 utenti (Marco, Silvia, Nadia) e c'è il mio utente amministratore Fabio.
Ci sono n. 3 tabelle dove vengono memorizzate le informazioni: TabellaMarco, TabellaSilvia, TabellaNadia.
Ogni utente può visualizzare solo le informazioni inserire nell'apposita tabella con lo stesso nome: Marco può visualizzare solo le informazioni memorizzate nella TabellaMarco, Silvia quelle nella TabellaSilvia e Nadia solo quelle nella TabellaNadia.
Le informazioni devo caricarle io tramite il mio utente Fabio.
Come posso fare a caricare le informazioni e permettere che vengano visualizzate solo dai relativi utenti e non dagli altri? Ho Naturalmente creato dei gruppi per dare le autorizzazioni ma il mio utente Fabio non può far parte di più gruppi.
Non creare un mio utente per ogni gruppo anche perchè i gruppi nell'esempio sono solo 3 ma nella realtà sono 350.
Grazie per l'aiuto
I have an appgini application created to memorize documents and information on consultancy interventions performed at my clients. My customers have access with their own user to the relevant table. I'll give you an example: there are 3 users (Marco, Silvia, Nadia) and there is my administrator user Fabio.
There are n. 3 tables where the information is stored: TableMarco, TableSilvia, TableNadia.
Each user can only view the information entered in the specific table with the same name: Marco can only view the information stored in the Marco Table, Silvia those in the Silvia Table and Nadia only those in the Nadia Table.
I have to upload the information through my user Fabio.
How can I upload the information and allow it to be viewed only by its users and not by others? Of course I have created groups to give permissions but my user Fabio cannot be part of more groups.
Do not create my user for each group also because the groups in the example are only 3 but in reality they are 350.
Thanks for your help
---- in italiano ----
Utenti e gruppi. Problema
Buongiorno a tutti,
ho un'applicazione appgini creata per momorizzare documenti ed informazioni su interventi di consulenza eseguiti presso i miei clienti. I miei clienti hanno accesso con un proprio utente alla relativa tabella. Vi faccio un esempio: ci sono 3 utenti (Marco, Silvia, Nadia) e c'è il mio utente amministratore Fabio.
Ci sono n. 3 tabelle dove vengono memorizzate le informazioni: TabellaMarco, TabellaSilvia, TabellaNadia.
Ogni utente può visualizzare solo le informazioni inserire nell'apposita tabella con lo stesso nome: Marco può visualizzare solo le informazioni memorizzate nella TabellaMarco, Silvia quelle nella TabellaSilvia e Nadia solo quelle nella TabellaNadia.
Le informazioni devo caricarle io tramite il mio utente Fabio.
Come posso fare a caricare le informazioni e permettere che vengano visualizzate solo dai relativi utenti e non dagli altri? Ho Naturalmente creato dei gruppi per dare le autorizzazioni ma il mio utente Fabio non può far parte di più gruppi.
Non creare un mio utente per ogni gruppo anche perchè i gruppi nell'esempio sono solo 3 ma nella realtà sono 350.
Grazie per l'aiuto