Table of Contents

Class AccountManagementOptions

Namespace
The.Web.Composition
Assembly
Instagile.Web.Client.dll

Controls the built-in administration commands on user account pages (entities implementing IUserAccount). The web analog of the WPF integrated login options.

public sealed class AccountManagementOptions
Inheritance
AccountManagementOptions
Inherited Members

Properties

AllowCreateAccount

Whether administrators can create user accounts.

public bool AllowCreateAccount { get; set; }

Property Value

bool

ForcePasswordChangeOnAdminReset

If true, passwords set by an administrator must be changed by the user at next login.

public bool ForcePasswordChangeOnAdminReset { get; set; }

Property Value

bool

UsingClaimsAuthorisation

Adds admin commands for granting and revoking the administrator role. Set to false if not using ClaimsAuthorisation.

public bool UsingClaimsAuthorisation { get; set; }

Property Value

bool

UsingPasswordAuthentication

Adds admin commands for password login management on user account pages.

public bool UsingPasswordAuthentication { get; set; }

Property Value

bool