EWebAccountServiceTryChangePassword Method

Attempts to change the password of a user

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool TryChangePassword(
	ICustomer user,
	string newPassword,
	string oldPassword
)

Parameters

user  ICustomer
The user whose password is to be changed
newPassword  String
The new password to assign to the user
oldPassword  String
The user's current password. The change will fail if it does not match the user's current password

Return Value

Boolean
Whether the password change was successful

See Also