mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Make the Admin Panel a little safer, to prevent accidentally deleting a user. #3819
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ryonez on GitHub (Jan 7, 2019).
So this is a feature request.
Could we please have it so if you click the delete link for a user account in the admin panel, a popup appears that asks you to type the account name before you can click confirm?
At the moment, a box appears at the top of the window that just has a yes/no selection right next to each other, and it's a little nerve racking that there isn't something to make it a bit safer.
@dani-garcia commented on GitHub (Jan 7, 2019):
That makes total sense, it's fixed in
673adde9@Ryonez commented on GitHub (Jan 7, 2019):
Thank you, that feels much better >.<