Reset User's Password from a Token.

Syntax

finUserFunctions.ResetUserPasswordFromToken(userPk, token, newPassword, tokenExpired)

Parameters

NameTypeOptionalByRefDescription
userPk Integer The primary key of the User or -1 if the token ends with 'Z' followed by the primary key.
token String The password reset Token.
newPassword String The New Password.
tokenExpired Boolean ByRef Indicates whether this method failed due to the supplied token having expired.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finUserFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0