IAccountsProvider3SetLocalUserAccountNewPassword(Guid, String, SetPasswordOptions) Method

Updates a local user account's password.

Namespace: Dundas.BI.AccountServices.Extensibility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void SetLocalUserAccountNewPassword(
	Guid accountId,
	string newPassword,
	SetPasswordOptions options
)

Parameters

accountId  Guid
The ID of the account.
newPassword  String
The new password.
options  SetPasswordOptions
 
Exceptions
ExceptionCondition
NotFoundExceptionThe account does not exist.
ValidationExceptionThe new password is not valid.
NotSupportedExceptionThe accounts provider does not support modify operations.
Remarks
Note  Note
This method should also throw a ValidationException if EnforcePasswordHistoryPolicy is and the password history policy is not satisfied.
See Also