mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Emergency access sends a lot of emails when the wait time period is reached #1420
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 @spctechdev on GitHub (Dec 4, 2022).
Subject of the issue
Vaultwarden sends too much emails when the emergency access wait time lapses or grantor approve the request
Deployment environment
Vaultwarden version: v1.26.0
Web-vault version: v2022.10.0
Running within Docker: true (Base: Debian)
Environment settings overridden: false
Uses a reverse proxy: true
IP Header check: true (X-Real-IP)
Internet access: true
Internet access via a proxy: false
DNS Check: true
Time Check: true
Domain Configuration Check: true
HTTPS Check: true
Database type: SQLite
Database version: 3.35.4
Other relevant details:
Steps to reproduce
Make an emergency request for another account and wait the time the grantor setted.
Expected behaviour
Only one or some emails to inform that the emergency access is pending
Actual behaviour
The grantor receives a lot of emails when the emergency wait time is reached
Troubleshooting data
@BlackDex commented on GitHub (Dec 4, 2022):
Probably fixed by #2936 .
In the mean time you could change the cron schedule time for both emergency access jobs to the new default i set in that PR.
4aa6dd22bb/.env.template (L121...L127)@tessus commented on GitHub (Dec 5, 2022):
@BlackDex the PR was approved by Dani. Doesn't that mean you can merge it to main?
Once again. just wondering. It always depends on how a project is run.