EWebAccountServiceGeneratePasswordResetToken Method
Note: This API is now obsolete.
Requests a password reset for a given user, generating a unique identifier that can be sent to the user via some secure, identifying medium such as email
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 string GeneratePasswordResetToken(
ICustomer user,
int tokenExpirationInMinutesFromNow
)
<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 Function GeneratePasswordResetToken (
user As ICustomer,
tokenExpirationInMinutesFromNow As Integer
) 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 String^ GeneratePasswordResetToken(
ICustomer^ user,
int tokenExpirationInMinutesFromNow
) 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 GeneratePasswordResetToken :
user : ICustomer *
tokenExpirationInMinutesFromNow : int -> string
[<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 GeneratePasswordResetToken :
user : ICustomer *
tokenExpirationInMinutesFromNow : int -> string
- user ICustomer
- The user for which the request should be generated
- tokenExpirationInMinutesFromNow Int32
- When the reset request should expire in minutes from now
StringA unique identifier that can be retrieved via RetrievePasswordResetRequest