mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=255
This commit is contained in:
parent
0a33684ad0
commit
8a14087baa
|
@ -1,56 +1,38 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
<h2>Participant accounts</h2>
|
||||||
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>Participant Accounts</title>
|
|
||||||
<meta name="generator" content="BBEdit 6.1.2">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h2>Participant Accounts</h2>
|
|
||||||
<p>
|
<p>
|
||||||
Each participant has a separate <b>account</b> with each project in
|
Each participant has a separate <b>account</b>
|
||||||
which they participate. An account consists of:
|
with each project in which they participate.
|
||||||
</p>
|
An account consists of:
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li> An email address.
|
||||||
An email address.
|
<li> A public "screen name" (real name or nickname)
|
||||||
</li>
|
<li> A web password (chosen by the user)
|
||||||
<li>
|
<li> An authenticator (a 32-byte string assigned by the project)
|
||||||
A public "screen name" (real name or nickname)
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
A web password (chosen by the user)
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
An authenticator (a 32-byte string assigned by the project)
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
A participant's accounts are described in an <b>account file</b> on
|
A participant's accounts are described in an <b>account file</b>
|
||||||
each of their hosts. This file looks like this:
|
on each of their hosts.
|
||||||
</p>
|
This file looks like this:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<accounts>
|
<accounts>
|
||||||
<project>
|
<project>
|
||||||
<home_project/>
|
<home_project/>
|
||||||
<domain>setiathome.berkeley.edu</domain>
|
<domain>setiathome.berkeley.edu</domain>
|
||||||
|
<scheduler_url>http://setiathome.berkeley.edu/boinc-cgi/cgi</scheduler_url>
|
||||||
<scheduler_url>http://setiathome.berkeley.edu/boinc-cgi/cgi</scheduler_url>
|
<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
|
||||||
|
</project>
|
||||||
<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
|
<project>
|
||||||
</project>
|
<domain>bio.wwu.edu</domain>
|
||||||
<project>
|
<scheduler_url>http://bio.wwu.edu/boinc-cgi/cgi</scheduler_url>
|
||||||
<domain>bio.wwu.edu</domain>
|
<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
|
||||||
|
</project>
|
||||||
<scheduler_url>http://bio.wwu.edu/boinc-cgi/cgi</scheduler_url>
|
</accounts>
|
||||||
|
</pre>
|
||||||
<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
|
|
||||||
</project>
|
|
||||||
</accounts>
|
|
||||||
</pre>
|
|
||||||
<p>
|
<p>
|
||||||
One account can be designated as the <b>home project</b>; this is
|
One account can be designated as the <b>home project</b>;
|
||||||
the project where the user maintains their preferences.
|
this is the project where the user maintains their preferences.
|
||||||
</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue