. /** * Admin settings and defaults. * * @package auth_token * @copyright 2017 "Valentin Popov" * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined("MOODLE_INTERNAL") || die(); if ($ADMIN->fulltree) { /* Display locking / mapping of profile fields */ $authplugin = get_auth_plugin("token"); display_auth_lock_options($settings, $authplugin->authtype, $authplugin->userfields, new lang_string("auth_fieldlocks_help", "auth"), false, false); }