mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #1604] [MERGED] Two-step login organization policy enforcement - Resolves dani-garcia/bitwarden_rs#981 #6624
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/1604
Author: @olivierIllogika
Created: 4/12/2021
Status: ✅ Merged
Merged: 7/15/2021
Merged by: @dani-garcia
Base:
main← Head:2fa_enforcement📝 Commits (8)
d75a80bResolves dani-garcia/bitwarden_rs#9811db37bfmake error toast display detailed message2421d49Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforcement89a6874ran cargo fmt --alle3c4609Merge commit '3da44a8d30e76f48b84f5b888e0b33427037037c' into 2fa_enforcementcc021a4project name and links in new email templatesf707f86Merge commit '1e5306b8203a7ebe24047910e6c690c18c6d827a' into 2fa_enforcement39167d3Merge commit '0d631329873196935ba29db985c5e32def391251' into 2fa_enforcement📊 Changes
9 files changed (+223 additions, -7 deletions)
View changed files
📝
src/api/core/organizations.rs(+31 -0)📝
src/api/core/two_factor/mod.rs(+19 -4)📝
src/config.rs(+1 -0)📝
src/db/models/org_policy.rs(+1 -1)📝
src/db/models/organization.rs(+20 -1)📝
src/error.rs(+1 -1)📝
src/mail.rs(+12 -0)➕
src/static/templates/email/send_2fa_removed_from_org.hbs(+9 -0)➕
src/static/templates/email/send_2fa_removed_from_org.html.hbs(+129 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.