mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #730] [MERGED] Implement change-email, email-verification, account-recovery, and welcome notifications #3636
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/730
Author: @tomuta
Created: 11/17/2019
Status: ✅ Merged
Merged: 11/25/2019
Merged by: @dani-garcia
Base:
master← Head:email_verification📝 Commits (1)
bd1e8beImplement change-email, email-verification, account-recovery, and welcome notifications📊 Changes
33 files changed (+1164 additions, -33 deletions)
View changed files
📝
.env.template(+14 -4)➕
migrations/mysql/2019-11-17-011009_add_email_verification/down.sql(+1 -0)➕
migrations/mysql/2019-11-17-011009_add_email_verification/up.sql(+5 -0)➕
migrations/postgresql/2019-11-17-011009_add_email_verification/down.sql(+1 -0)➕
migrations/postgresql/2019-11-17-011009_add_email_verification/up.sql(+5 -0)➕
migrations/sqlite/2019-11-17-011009_add_email_verification/down.sql(+1 -0)➕
migrations/sqlite/2019-11-17-011009_add_email_verification/up.sql(+5 -0)📝
src/api/core/accounts.rs(+170 -5)📝
src/api/core/two_factor/email.rs(+2 -18)📝
src/api/identity.rs(+29 -0)📝
src/auth.rs(+58 -0)📝
src/config.rs(+11 -0)📝
src/crypto.rs(+16 -0)📝
src/db/models/device.rs(+2 -1)📝
src/db/models/user.rs(+11 -1)📝
src/db/schemas/mysql/schema.rs(+5 -0)📝
src/db/schemas/postgresql/schema.rs(+6 -1)📝
src/db/schemas/sqlite/schema.rs(+5 -0)📝
src/mail.rs(+80 -1)➕
src/static/templates/email/change_email.hbs(+6 -0)...and 13 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.