mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #625] Don't receive "Change Email" confirmation email but DO receive "New Device" email #418
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#418
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 @Skaronator on GitHub (Sep 18, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/625
Hi,
I'm running 1.10.0-4c07f05b on Docker Alpine with SQLite as storage backend. I tried to change the email of my Bitwarden account and need to confirm my new email but never actually receive the email on my new address.
I've setup the email in Bitwarden correctly since I do receive emails when I log in from a new device. (Just tested it again before writing this.)
I tried different email address for both, my account and the Bitwarden sender email but nothing seems to work.
Also tried to enable debug logs but everything looks fine. The POST request to /api/accounts/email-token return with a 200 (so everything OK).
Do you have any ideas?
@Ayitaka commented on GitHub (Sep 19, 2019):
According to this wiki entry, it's one of the differences between bitwarden_rs and upstream:
@Skaronator commented on GitHub (Sep 22, 2019):
Yep thats it. Thanks @Ayitaka! The wiki is awful to search in.