auth_instructions);
// TODO: if !function_exists(auth_user_login) then require_once /auth/$CFG->auth/lib.php
// ..which implies that auth_user_login might have been floating
// about in global namespace. grr
$authplugin = get_auth_plugin($CFG->auth);
if (!empty($CFG->auth_user_create) and method_exists($authplugin, 'user_create') ){
?>