mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
[Reset Password] Fixed helper utility for org user updates (#1382)
This commit is contained in:
@ -167,7 +167,7 @@ namespace Bit.Core.Utilities
|
|||||||
(nameof(OrganizationUser.CreationDate), typeof(DateTime), ou => ou.CreationDate),
|
(nameof(OrganizationUser.CreationDate), typeof(DateTime), ou => ou.CreationDate),
|
||||||
(nameof(OrganizationUser.RevisionDate), typeof(DateTime), ou => ou.RevisionDate),
|
(nameof(OrganizationUser.RevisionDate), typeof(DateTime), ou => ou.RevisionDate),
|
||||||
(nameof(OrganizationUser.Permissions), typeof(string), ou => ou.Permissions),
|
(nameof(OrganizationUser.Permissions), typeof(string), ou => ou.Permissions),
|
||||||
(nameof(OrganizationUser.ResetPasswordKey), typeof(Guid), ou => ou.UserId),
|
(nameof(OrganizationUser.ResetPasswordKey), typeof(string), ou => ou.ResetPasswordKey),
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var (name, type, getter) in columnData)
|
foreach (var (name, type, getter) in columnData)
|
||||||
|
Reference in New Issue
Block a user