Replies: 1 comment
-
Same use case here. I would assume that it might be helpful to enable admins to preset (default but user changeable)/ hardcode (set by admin, not changeable by user) even more configuration options. Hence I wonder if a general config override mechanism could be possible - hoping this won't pull the conversation off-topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, ok, this request will probably require larger changes and maybe people will say it is unnecessary. But I ask anyway 😝
My scenario is a Nextcloud instance for a small non-profit team. We use the auto-login feature to automatically assign an email account to specific people. Think of it like collect-all email adresses for compartments. E.g. User (U1) has access to email accounts (E1 and E2), User (U2) has only access to E1 and E3. User (U3) has no access to emails at all. The admin configures the login credentials for all users and the users itself do not know the credentials and have no need to manually configure them. Specifically, if the business case requires, the admin can remove an email account or add new ones.
So, my wish is to pre-configure email logins for users. Basically something like the
override-smtp-credentials
plugin would suffice, except that this plugin can only set a single override (for multiple user) where as I need a m-to-n mapping.Here are a few shortcoming of the current SnappyMail:
settings/user/additional
settings page.I do not assume this will be address anytime soon (or ever) but I want to drop it here if anyone in the community wants to develop a plugin for SnappyMail 😃
Beta Was this translation helpful? Give feedback.
All reactions