| MainResetUserPassword Method |
Resets the password for a user with a random generated string and notifies the user.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | User |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic bool ResetUserPassword(
CodeMethodInvokeContext context,
string configuration
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object. - configuration
- Type: SystemString
Can be used to extend this method. Currently it is not used.
Return Value
Type:
Boolean
See Also