[GH-ISSUE #358] Invitation and User Deletion not Working on Admin Panel #16977

Closed
opened 2026-04-25 18:56:15 -05:00 by GiteaMirror · 5 comments
Owner

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

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).
Author
Owner

@paulkernstock commented on GitHub (Jan 21, 2019):

Thanks for bitwarden_rs by the way. This is a great thing to have!

<!-- gh-comment-id:456185103 --> @paulkernstock commented on GitHub (Jan 21, 2019): Thanks for bitwarden_rs by the way. This is a great thing to have!
Author
Owner

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

<!-- gh-comment-id:456186489 --> @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).
Author
Owner

@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

Error inviting user: Unknown error

<!-- gh-comment-id:456192806 --> @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 > Error inviting user: Unknown error
Author
Owner

@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!

<!-- gh-comment-id:456217426 --> @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 https://github.com/dani-garcia/bitwarden_rs/commit/b8cabadd43b56b0bc3cb385fa4ef8e940bc99f91, thanks!
Author
Owner

@paulkernstock commented on GitHub (Jan 22, 2019):

No, thank you! 👍

<!-- gh-comment-id:456527282 --> @paulkernstock commented on GitHub (Jan 22, 2019): No, thank you! 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#16977