IAccountsProviderSetLocalUserAccountNewPassword 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 (24.3.0.1000)
Syntax
void SetLocalUserAccountNewPassword(
	Guid accountId,
	string newPassword
)

Parameters

accountId
Type: SystemGuid
The ID of the account.
newPassword
Type: SystemString
The new password.
Exceptions
ExceptionCondition
NotFoundExceptionThe account does not exist.
ValidationExceptionThe new password is not valid.
NotSupportedExceptionThe accounts provider does not support modify operations.
Remarks
Note Notes to Implementers
Implementations of this method may, at the developer's option, throw any of the listed exceptions. However, the system does not rely on those exceptions being thrown in order to function properly.
See Also