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

Namespaces

namespace  auth_email\privacy
 

Classes

class  auth_email\privacy\provider
 Privacy Subsystem for auth_email implementing null_provider. More...
 
class  auth_email_external
 Auth e-mail external functions. More...
 
class  auth_plugin_email
 Email authentication plugin. More...
 
class  behat_auth_email
 Step definition for auth_email. More...
 

Functions

 xmldb_auth_email_upgrade ($oldversion)
 Function to upgrade auth_email.
 

Variables

 $functions
 
 $plugin = 2024041600
 
$plugin component = 'auth_email'
 
$plugin version = 2024042200
 

Detailed Description

Function Documentation

◆ xmldb_auth_email_upgrade()

xmldb_auth_email_upgrade ( $oldversion)

Function to upgrade auth_email.

Parameters
int$oldversionthe version we are upgrading from
Return values
boolresult

Variable Documentation

◆ $functions

$functions
Initial value:
= array(
'auth_email_get_signup_settings' => array(
'classname' => 'auth_email_external',
'methodname' => 'get_signup_settings',
'description' => 'Get the signup required settings and profile fields.',
'type' => 'read',
'ajax' => true,
'loginrequired' => false,
),
'auth_email_signup_user' => array(
'classname' => 'auth_email_external',
'methodname' => 'signup_user',
'description' => 'Adds a new user (pendingto be confirmed) in the site.',
'type' => 'write',
'ajax' => true,
'loginrequired' => false,
),
)