Logo
Explore Help
Register Sign In
admin/server
1
0
Fork 0
You've already forked server
mirror of https://github.com/bitwarden/server.git synced 2026-02-13 12:23:29 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
7c4521e0b428d523f2153cda3fb51d51bca9f194
server/src/Core/Models/Data/EmergencyAccessNotify.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
279 B
C#
Raw Normal View History

Turn On `ImplicitUsings` (#2079) * Turn on ImplicitUsings * Fix formatting * Run linter
2022-06-29 19:46:41 -04:00
using Bit.Core.Entities;
Add support for Emergency Access (#1000) * Add support for Emergency Access * Add migration script * Review comments * Ensure grantor has premium when inviting new grantees. * Resolve review comments * Remove two factor references
2020-12-16 20:36:47 +01:00
namespace Bit.Core.Models.Data
{
public class EmergencyAccessNotify : EmergencyAccess
{
public string GrantorEmail { get; set; }
public string GranteeName { get; set; }
Fix empty grantee or grantor names in emergency access emails (#1162) * Fix empty grantee or grantor names in emails * Add migrator dbscript for changes to ReadToNotify
2021-02-26 08:11:58 +10:00
public string GranteeEmail { get; set; }
Add support for Emergency Access (#1000) * Add support for Emergency Access * Add migration script * Review comments * Ensure grantor has premium when inviting new grantees. * Resolve review comments * Remove two factor references
2020-12-16 20:36:47 +01:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 546ms Template: 15ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API