mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 00:53:23 -05:00
[GH-ISSUE #358] Invitation and User Deletion not Working on Admin Panel #12995
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 @paulkernstock on GitHub (Jan 21, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/358
I'm running bitwarden_rs from a docker-compose file and had issues with invitation emails not being sent. I pulled the latest docker image today to get the fix of #324 but now I get errors on invitations as well as user deletion. Users are not invited or even added or deleted, respectively. Additionally the error messages only flash for a moment and then the site refreshes.
Twirking around with this, I noticed everything seems to work fine if I debug both respective functions with Firefox and jump through the script statement by statement (invitation is sent and user added/user is deleted).
@paulkernstock commented on GitHub (Jan 21, 2019):
Thanks for bitwarden_rs by the way. This is a great thing to have!
@dani-garcia commented on GitHub (Jan 21, 2019):
Do you get any errors, either in the app logs or the browsers console? Yo can usually mark a checkbox in the browsers developer tools so the messages are not deleted (at least in Firefox you can).
@paulkernstock commented on GitHub (Jan 21, 2019):
The app will only log the successful refresh of the admin page. Same in Firefox: there are only 200-responses being logged (log-deletion disabled), when I try to invite a new user. The flashing error message reads
@dani-garcia commented on GitHub (Jan 21, 2019):
Interesting, when I tested it last it worked fine, but now I have the same problem as you. Fixed it in
b8cabadd43, thanks!@paulkernstock commented on GitHub (Jan 22, 2019):
No, thank you! 👍