EWebAccountServiceResetPassword Method

Note: This API is now obsolete.
Resets the password associated with the given reset token's user

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Ignition no longer manually tracks password reset tokens. If you would like to use them in your application, you may generate and store them yourself. (5.4)", 
	true)]
public void ResetPassword(
	string resetToken,
	string newPassword
)

Parameters

resetToken  String
Reset token associated with the user whose password to reset
newPassword  String
New password to set

See Also