mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #2542] "Test SMTP" form saves settings instead of sending email on Enter #1300
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#1300
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 @nh2 on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2542
Originally assigned to: @BlackDex on GitHub.
Hi, thanks for Vaultwarden!
On the Admin panel, if you enter an email address into the
<input id="smtp-test-email">and hit Enter, like this:it does not trigger
Send test emailas expected, but instead tries to save the general admin settings, which is a bit confusing.I believe the test email
<input>needs its own<form>to submit correctly on Enter.@BlackDex commented on GitHub (Jun 8, 2022):
Thanks for the report.
A
<form>within a<form>is not allowed, but i think i can fix something.I will take a look at it this evening.