mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Disable pwnedpasswords #1626
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 @p3lim on GitHub (Jul 4, 2023).
Subject of the issue
During registration there is an option to "Check known data breaches for this password", which can be disabled by the user.
If however this is enabled, and api.pwnedpasswords.com is unreachable, the registration fails silently.
This will happen in corporate environments with a http proxy.
Deployment environment
(everything else should be irrelevant for this issue)
Steps to reproduce
Expected behaviour
At least a warning that the call failed.
Preferably an option (server-side) to disable all external calls, but most importantly for this issue to api.pwnedpasswords.com
Actual behaviour
No info, clicking "Create account" does nothing.
Troubleshooting data