Disable requiring verification code when user changes email #6283
Unanswered
tumatanquang
asked this question in
Q&A
Replies: 1 comment 19 replies
-
You can enable vaultwarden/src/api/core/accounts.rs Line 932 in a2ad1dc |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have not configured email sending (SMTP) for Vaultwarden and have also disabled the verification requirement when registering an account via
- SIGNUPS_VERIFY=false
indocker-compose.yml
.But when the user wants to change their login email via the web vault, they will always get a request to enter the verification code that has been sent to the new login email:
However, the problem is that no email containing the verification code will be sent, so they will not be able to change their login email.
So I hope there is a way/solution to completely disable the request to enter the verification code when the user changes their login email.
Beta Was this translation helpful? Give feedback.
All reactions