mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1847] Password hint: An error has occurred. But does show. #1079
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#1079
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 @Robin-Sch on GitHub (Jul 9, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1847
Subject of the issue
When requesting your password hint it says
An error has occurred..But under that it does actually show the hint
Deployment environment
vaultwarden version: latest
Install method: docker
Clients used: web vault
Steps to reproduce
Click
Get master password hintwhen trying to loginEnter your email
Expected behaviour
It should show your password hint
Actual behaviour
It shows your password hint, in an error box
Troubleshooting data
@jjlin commented on GitHub (Jul 9, 2021):
Normally, BItwarden only provides the password hint via email. This is a Vaultwarden-specific feature that allows the hint to be provided when the user hasn't set up email service:
github.com/dani-garcia/vaultwarden@3968bc8016/src/config.rs (L391-L393)Though personally, I think this option should've been disabled by default.
@pepa65 commented on GitHub (Jul 10, 2021):
Yes, please disable by default!
@Robin-Sch commented on GitHub (Jul 13, 2021):
Yeah, but the current way is that it shows as "An error has occurred", and as "error" the password hint. While it's not an error?
@jjlin commented on GitHub (Jul 13, 2021):
It's not an error, but Bitwarden doesn't support this feature natively, so this is a Vaultwarden-specific hack that uses an error message to display the data. That's just the only way to do it.
#1848 will disable this setting by default. People who want password hints should just set up SMTP service and use that instead, anyway.
@BlackDex commented on GitHub (Jul 15, 2021):
Closing because PR #1848 has been merged