Replies: 1 comment
-
Unless the principal (account, API key, group, etc) has a role associated, all permissions are disabled by default. In other words, "default" is "disabled" for any permissions without a parent role. And yes, a button to set all permissions to "no" could help in other cases. |
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
-
When generating a new API key one can set the value "yes", "no" and "default" for each permission. If you want to generate a key for a specific purpose, you might want to disable all other permissions.
For example if you want to refresh the settings after a certificate update so that stalwart uses the new certificate you just need "Authenticate" and "Refresh Settings" permission, everything else can (and should) be set to "no". Doing this is very tedious. A button to set all permissions to "yes", "no" or "default" makes this much easier.
Beta Was this translation helpful? Give feedback.
All reactions