groupfolders
groupfolders copied to clipboard
Confirm Deletion by Password-Entry
Hi,
everywhere in Nextcloud you have to confirm critical changes by entering your password. Even uncritical changes (e.g. adding a user to a group).
I think it would be good to have a password confirmation too if you want to delete a group folder.
This will be easier after #3140 since we can then just use the existing vue library: https://github.com/nextcloud-libraries/nextcloud-password-confirmation
https://github.com/nextcloud/groupfolders/blob/44c1040d1bc1eb78c8135aca461fdfe65f30b282/src/settings/App.tsx#L106-L118
Even uncritical changes (e.g. adding a user to a group).
Well adding a user to the admin group would give them special privileges. ;-)