liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
213 stars 31 forks source link

Multi user setup #87

Closed williamdes closed 1 year ago

williamdes commented 1 year ago

I do not want to host many instances of DmarcSrg. I need to have a way to give a credential to users of domain/domains XYZ so they do not have access to the other ones.

Can we make:

What solution would be best ?

liuch commented 1 year ago

I think it would be better to have tables users and user_domains or something. The admin user is configured in the config file, other users is in tables. What do you think about this? By the way: This feature have been mentioned #67.

williamdes commented 1 year ago

Duplicate of #67