Open this page in the API Guide

AccountData.CanChangePassword Property

Gets or sets a value indicating whether the account holder is permitted to change their password.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "canChangePassword", EmitDefaultValue = false)]
public bool CanChangePassword { get; set; }

Property Value

Type: Boolean
true if the password can be changed, otherwise false.
Remarks
The default value of this property is true.
Note Note
The PasswordPolicyAllowChange configuration setting must be enabled in order for users to be able to change their password.
See Also