mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[PR #137] [MERGED] SMTP implementation, along with password HINT email #2627
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#2627
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/137
Author: @stammw
Created: 8/15/2018
Status: ✅ Merged
Merged: 9/11/2018
Merged by: @dani-garcia
Base:
master← Head:master📝 Commits (9)
f7ffb81SMTP configuration parsing and checking812387eSMTP integration, send password hint by email.19e0605Better message into the password hint emaild68f57cFix password hint showing logic401aa7cmake SMTP authentication optionnal, let lettre pick the better auth mechanism9e63985Check email validity before using it for password hint sendinge2ab2f7Save None instead of empty password hint1c641d7Special messages when user has no password hint37d88bereturn an error when email adress for password hint is not valid📊 Changes
5 files changed (+162 additions, -9 deletions)
View changed files
📝
.env(+7 -0)📝
Cargo.toml(+5 -0)📝
src/api/core/accounts.rs(+26 -9)➕
src/mail.rs(+63 -0)📝
src/main.rs(+61 -0)📄 Description
relates to #85
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.