ResetPassword |
Scroll |
Triggers the forgot password functionality.
Namespace: Therefore.API
Visual Basic Public Overridable Function ResetPassword ( _ pServer As ITheServer _ ) C# public virtual void ResetPassword ( ITheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return ValueNone. |
|
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method.
The user must be a Thereforeā¢ internal user.
The UserType property of the current user must have the value SingleUser |