ChangePasswordOptions is defined in the Telligent.Evolution.Extensibility.Security.Version3 namespace of Telligent.Evolution.Platform.dll
Definition
class ChangePasswordOptions
{
string ChangePasswordUrl { get; set; }
string CommunityReturnUrl { get; set; }
HttpRequestBase HttpRequest { get; set; }
PasswordRequestType PasswordRequestType { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ChangePasswordUrl | string | |||
| CommunityReturnUrl | string | |||
| HttpRequest | HttpRequestBase | |||
| PasswordRequestType | PasswordRequestType |