ILogOnServiceProcessPasswordResetRequest Method |
Namespace: Dundas.BI.AccountServices
Exception | Condition |
---|---|
ArgumentException | resetToken is Empty. -or- newPassword is or empty. |
ValidationException | newPassword does not meet the complexity requirements. |
NotFoundException | resetToken is not a valid password reset token. -or- The account specified by resetToken does not exist. |
NoPrivilegeException | The PasswordPolicyAllowChange configuration setting is set to . -or- The corresponding account is not allowed to change their password. |
InvalidOperationException | The account associated with the reset token is disabled. |