Table of Contents

IUserManager.SetTwoFactorEnabled Method

Sets a flag indicating whether the specified user has two factor authentication enabled or not.

Syntax

Unit: Sphinx.UserManager

procedure IUserManager.SetTwoFactorEnabled(User: TUser; Enabled: Boolean); virtual; abstract;

Parameters

<-> Parameter Type Description
User TUser The user whose two factor authentication enabled status should be set.
Enabled Boolean A flag indicating whether the specified user has two factor authentication enabled.

See also