You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are interested into the same feature.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
The rule for creating external links to files only with a password is enabled for everyone, but only a certain group of users can create external links to files without a password. This come from Security.
Describe the solution you'd like
--> Basically the ability to enforce passwords for external link shares for every user except when you are in a special group
Describe alternatives you've considered
none
Additional context
basically we need to get the users group memberships in
and then check it additionally against the configured groups.
A few more locations in the code where this config setting is read separately from this one (like capabilities and some legacy things that might still be in use).
We also need to clarify whether we need to also adjust the UI to add a new field "The following groups are exempted from password enforcement"
Needs to be available within Q1 for customers (so backport to 23 will be needed, likely not for v22)
The text was updated successfully, but these errors were encountered:
How to use GitHub
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
--> Basically the ability to enforce passwords for external link shares for every user except when you are in a special group
Describe alternatives you've considered
none
Additional context
A few more locations in the code where this config setting is read separately from this one (like capabilities and some legacy things that might still be in use).
We also need to clarify whether we need to also adjust the UI to add a new field "The following groups are exempted from password enforcement"
Needs to be available within Q1 for customers (so backport to 23 will be needed, likely not for v22)
The text was updated successfully, but these errors were encountered: