Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
factor_totp

Namespaces

namespace  factor_totp
  
 
namespace  factor_totp\privacy
  
 

Classes

class  factor_totp\factor
 
class  factor_totp\privacy\provider
 

Variables

 $enabled
 
 $plugin = 2024041600
 
$plugin component = 'factor_totp'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2024042200
 

Detailed Description

Variable Documentation

◆ $enabled

$enabled
Initial value:
= new admin_setting_configcheckbox('factor_totp/enabled',
new lang_string('settings:enablefactor', 'tool_mfa'),
new lang_string('settings:enablefactor_help', 'tool_mfa'), 0)
Checkbox.
Definition adminlib.php:3071
The lang_string class.
Definition moodlelib.php:10246