2003-06-15 20:28:28 +00:00
|
|
|
<?php
|
2004-02-02 23:34:39 +00:00
|
|
|
require_once("../inc/util.inc");
|
2003-06-15 20:28:28 +00:00
|
|
|
|
2004-10-16 04:12:11 +00:00
|
|
|
page_head("Team-based account creation");
|
2003-06-15 20:28:28 +00:00
|
|
|
echo "
|
2004-10-16 04:12:11 +00:00
|
|
|
A <b>Create team account</b> URL is shown on every team page.
|
|
|
|
Accounts created through this URL
|
2003-06-15 20:28:28 +00:00
|
|
|
<ul>
|
2004-10-16 04:12:11 +00:00
|
|
|
<li> will belong to that team and
|
|
|
|
<li> will have the same ".PROJECT." preferences as its founder.
|
2003-06-15 20:28:28 +00:00
|
|
|
</ul>
|
|
|
|
For example, you can create a team for your school or company,
|
|
|
|
and set up your preferences to show an appropriate logo
|
|
|
|
in the screensaver graphics.
|
|
|
|
Then get your friends and coworkers to register for
|
2004-10-16 04:12:11 +00:00
|
|
|
".PROJECT." through the URL shown in the team page,
|
2003-06-15 20:28:28 +00:00
|
|
|
and they will automatically belong to your team
|
2004-10-16 04:12:11 +00:00
|
|
|
and will have the logo in their screensaver graphics.
|
2003-06-15 20:28:28 +00:00
|
|
|
";
|
|
|
|
?>
|