Class InvitePasswordModel
A model used for setting a new password for a user that has been invited to Umbraco.
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.Common.Models
Assembly: Umbraco.Web.Common.dll
Syntax
public class InvitePasswordModel
Properties
View SourceNewPassword
Gets or sets the desired password for the user.
Declaration
[Required]
[DataType(DataType.Password)]
[Display(Name = "New password")]
[StringLength(256)]
public string NewPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |