Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
factor_auth

Namespaces

namespace  factor_auth
  
 
namespace  factor_auth\privacy
  
 

Classes

class  factor_auth\factor
 Auth factor class. More...
 
class  factor_auth\privacy\provider
 Privacy provider. More...
 

Functions

 xmldb_factor_auth_upgrade ($oldversion)
 factor_auth upgrade library.
 

Variables

 $authselect = []
 
 $authtypes = get_enabled_auth_plugins(true)
 
 $enabled
 
 $plugin = 2023100400
 
$plugin component = 'factor_auth'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2023100900
 

Detailed Description

Function Documentation

◆ xmldb_factor_auth_upgrade()

xmldb_factor_auth_upgrade ( $oldversion)

factor_auth upgrade library.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later Factor auth upgrade helper function
Parameters
int$oldversion

Variable Documentation

◆ $enabled

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