mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #137] [MERGED] SMTP implementation, along with password HINT email #3852
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?
📋 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.