|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Functions | |
| print_auth_lock_options ($auth, $user_fields, $helptext, $retrieveopts, $updateopts) | |
| Functions /////////////////////////////////////////////////////////////////. | |
Variables | |
| $auth = required_param('auth', PARAM_PLUGIN) | |
| $authplugin = get_auth_plugin($auth) | |
| $err = array() | |
| $returnurl = "$CFG->wwwroot/$CFG->admin/settings.php?section=manageauths" | |
| $authtitle = $authplugin->get_title() | |
| Get the auth title (from core or own auth lang files) | |
| $authdescription = $authplugin->get_description() | |
| Get the auth descriptions (from core or own auth lang files) | |
| exit | |
| print_auth_lock_options | ( | $ | auth, |
| $ | user_fields, | ||
| $ | helptext, | ||
| $ | retrieveopts, | ||
| $ | updateopts | ||
| ) |
Functions /////////////////////////////////////////////////////////////////.
Definition at line 90 of file auth_config.php.

| $auth = required_param('auth', PARAM_PLUGIN) |
Edit configuration for an individual auth plugin
Definition at line 9 of file auth_config.php.
| $authdescription = $authplugin->get_description() |
Get the auth descriptions (from core or own auth lang files)
Definition at line 57 of file auth_config.php.
| $authplugin = get_auth_plugin($auth) |
Definition at line 14 of file auth_config.php.
| $authtitle = $authplugin->get_title() |
Get the auth title (from core or own auth lang files)
Definition at line 55 of file auth_config.php.
| $err = array() |
Definition at line 15 of file auth_config.php.
Definition at line 17 of file auth_config.php.
Definition at line 76 of file auth_config.php.