nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
324 stars 98 forks source link

Allow to disable "permit access to all logged in accounts" #2266

Closed mejo- closed 3 months ago

mejo- commented 3 months ago

Nextcloud (please complete the following information):

Is your feature request related to a problem? Please describe. On shared instances with many users, the sharing setting "permit access to all logged in accounts" can be confusing and is missused. Some users don't understand that this effectively means to share the form with all users on this instance.

grafik

Describe the solution you'd like I'd imagine a config option to disable this option either globally, or to all non-admin users.

Describe alternatives you've considered Manually monitor globally shared forms and unshare them in the database.

susnux commented 3 months ago

This is already implemented as an admin setting:

image

mejo- commented 3 months ago

Ouch, thanks @susnux. I should have looked closer.