query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); if ($row == false) { die("Session not found for id: $id"); } $realm = $row['realm']; echo "

Sign up for a subscription - $realm

\n"; $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); if ($row && strlen($row['value']) > 0) { echo "

Sign up for free access

\n"; } echo "
\n"; echo "\n"; ?> Select a username and password. Leave password empty to get automatically generated and machine managed password.
Username:
Password:
Enroll a client certificate

\n" ?>