mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #330] Make the Admin Panel a little safer, to prevent accidentally deleting a user. #178
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/330
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 >.<