Class ResetPasswordModel
- Namespace
- Dynamicweb.CoreUI.Rendering.Models
- Assembly
- Dynamicweb.CoreUI.Rendering.dll
public sealed class ResetPasswordModel : LoginModelBase
- Inheritance
-
ResetPasswordModel
- Inherited Members
-
Constructors
ResetPasswordModel()
public ResetPasswordModel()
Properties
ConfirmPassword
[Required]
public string? ConfirmPassword { get; set; }
Property Value
- string
Password
[Required]
public string? Password { get; set; }
Property Value
- string
RecoveryToken
public string? RecoveryToken { get; set; }
Property Value
- string
Username
public string? Username { get; set; }
Property Value
- string
ValidationError
public string? ValidationError { get; set; }
Property Value
- string
Methods
ClearSensitiveData()
public override void ClearSensitiveData()