auth_openid_allow_account_change=='true'); $allow_append = ($config->auth_openid_allow_muliple=='true'); $user_is_openid = ($USER->auth == 'openid'); if ($USER->id > 0 && (($user_is_openid && $allow_append) || (!$allow_append && $allow_change))) { $endpoint = $CFG->wwwroot.'/mod/openid/actions.php'; } else { $endpoint = $CFG->wwwroot.'/login/index.php'; } $allow_change = ($config->auth_openid_allow_account_change=='true'); $allow_append = ($config->auth_openid_allow_muliple=='true'); ?>

id > 0) { if ($user_is_openid && $allow_append) { echo ''; print_string('append_text', 'openid'); } elseif (!$user_is_openid && $allow_change) { echo ''; print_string('change_text', 'openid'); } } else { print_string('openid_text', 'openid'); } ?>

id)) { print_string('openid_note', 'openid'); } else { print_string('openid_note_user', 'openid'); } ?>

usesid)) { echo '
'; echo '('.get_string("cookiesenabled").')'; helpbutton("cookies", get_string("cookiesenabled")); } ?>
'; formerr($errormsg); echo '
'; } ?>
" />
guestloginbutton) { ?>
" />
" />

registerauth == 'email') { if (!empty($CFG->auth_instructions)) { echo format_text($CFG->auth_instructions); } else { print_string("loginsteps", "", $CFG->wwwroot."/login/signup.php"); } ?>
" />
registerauth)) { echo format_text($CFG->auth_instructions); ?>
" />
auth_instructions); } ?>