ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Be able to define user profiles and to select a particular profile #80

Closed cmaudoux closed 1 year ago

cmaudoux commented 1 year ago

Idea is to define user profiles with different option values like config.inc.local1, config.inc.local2, ...

Each profile enables or disables specific features.

Depending on connected admin we could send an hhtp header or a parameter to select a particular profile and allow different featues.

Could be implemented in 0.6 or later release.

coudot commented 1 year ago

Hello @cmaudoux

we can already do this, it is called multi-tenancy: https://service-desk.readthedocs.io/en/stable/general-parameters.html#multi-tenancy

cmaudoux commented 1 year ago

Thanks