mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00:00
[Reset Password v1] Updated force password reset models (#1492)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
namespace Bit.Core.Models.Api.Request.Accounts
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Bit.Core.Models.Api.Request.Accounts
|
||||
{
|
||||
public class UpdateTempPasswordRequestModel : OrganizationUserResetPasswordRequestModel
|
||||
{
|
||||
|
||||
[StringLength(50)]
|
||||
public string MasterPasswordHint { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user