Generates and saves a temporary password to a Client.

This function will: <list> <item>Generate a strong password, respecting the Global Settings minimum password length and exclusion of confusing letters.</item> <item>Set the 'Force Client to change their Web Password the next time they sign in?' option to True.</item> <item>Reset any configured MFA details.</item> <item>Clear any lockout status.</item> </list>

Syntax

finClientFunctions.SetTemporaryWebPassword(clientId, password)

Parameters

NameTypeOptionalByRefDescription
clientId String The Client Id to generate the temporary password for.
password String ByRef The generated password.

Return Value

Boolean

A Boolean value indicating success.

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