EWebAccountServiceResetPassword Method
Note: This API is now obsolete.
Resets the password associated with the given reset token's user
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[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
)
<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 Sub ResetPassword (
resetToken As String,
newPassword As String
)
public:
[ObsoleteAttribute(L"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)]
virtual void ResetPassword(
String^ resetToken,
String^ newPassword
) sealed
[<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)>]
abstract ResetPassword :
resetToken : string *
newPassword : string -> unit
[<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)>]
override ResetPassword :
resetToken : string *
newPassword : string -> unit
Parameters
- resetToken String
- Reset token associated with the user whose password to reset
- newPassword String
- New password to set