mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #2456] Login Fail: " An error has occurred. Could not send login notification email. Please contact your administrator." #1269
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#1269
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 @ph0 on GitHub (May 8, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2456
I am fully updated.
This happened before.
I click login and it tells me a login notification email failed without letting me login.
I can login to admin with the admin token from my config.json. I force resync of clients and that did nothing.
This is the second time this has happened. Last time 14 hours passed and it suddenly started working again with no explanation as to why. I have rebooted my server. Same result.
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
@BlackDex commented on GitHub (May 8, 2022):
You have
require_device_emailenabled which prevents a login if sending a new device email failed. I would check your smtp settings or smtp server.14 hours seems like a strange number, but could be some mail server timeout setting or whatever.
@ph0 commented on GitHub (May 8, 2022):
Can you explain further? I have used the same email/pass from the same device for more than 1 year now with no issues. Also, I can login and check nothing because my passwords are stored in Vaultwarden.
@ph0 commented on GitHub (May 8, 2022):
I sent a test email from admin SMTP settings and got this error: "Error sending SMTP test email
SMTP Connection error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:332:"
@ph0 commented on GitHub (May 8, 2022):
I must note my login was working until the moment I cleared my browser history and cache.
@BlackDex commented on GitHub (May 8, 2022):
Well either something is not configured correctly for sending emails.
Or the mail server you are using has issues, like a bad certificate, or something. But that is just guessing.
The only thing i know for sure is that Vaultwarden can't send a mail, and that is causing you to not be able to login.
Disabled
require_device_emailand try again.This at least isn't a Vaultwarden issues it self.