Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Multiple plugin authentication Support library. More...
Classes | |
class | auth_plugin_base |
Abstract authentication plugin. More... | |
Functions | |
display_auth_lock_options ($settings, $auth, $userfields, $helptext, $mapremotefields, $updateremotefields, $customfields=array()) | |
Helper function used to print locking for auth plugins on admin pages. More... | |
login_attempt_failed ($user) | |
To be called after failed user login. More... | |
login_attempt_valid ($user) | |
To be called after valid user login. More... | |
login_is_lockedout ($user) | |
Verify if user is locked out. More... | |
login_lock_account ($user) | |
Lockout user and send notification email. More... | |
login_unlock_account ($user) | |
Unlock user account and reset timers. More... | |
signup_captcha_enabled () | |
Returns whether or not the captcha element is enabled, and the admin settings fulfil its requirements. More... | |
signup_get_user_confirmation_authplugin () | |
Check if user confirmation is enabled on this site and return the auth plugin handling registration if enabled. More... | |
signup_is_enabled () | |
Check if sign-up is enabled in the site. More... | |
signup_setup_new_user ($user) | |
Add the missing fields to a user that is going to be created. More... | |
signup_validate_data ($data, $files) | |
Validates the standard sign-up data (except recaptcha that is validated by the form element). More... | |
Multiple plugin authentication Support library.
2006-08-28 File created, AUTH return values defined.
@subpackage auth