groupfolders icon indicating copy to clipboard operation
groupfolders copied to clipboard

Confirm Deletion by Password-Entry

Open xbluemonkx opened this issue 2 years ago โ€ข 1 comments

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.

xbluemonkx avatar Apr 05 '24 16:04 xbluemonkx

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. ;-)

joshtrichards avatar Sep 09 '24 21:09 joshtrichards