none
[openafs-wiki.git] / TWiki / TWikiRegistration.mdwn
1 To edit pages on this %WIKITOOLNAME% Collaborative Web, you must have a registered user name in [[WikiNotation]].
2
3 To register as a new user, simply fill out this form:
4
5 <form action="http://www.dementia.org/twiki//register" method="post">
6   <table border="1">
7     <tr>
8       <td align="right"> First &amp; last name: </td>
9       <td><input &gt;="&gt;" <code="<code" name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i < sIn.length; i++ ) { var ch = sIn.charAt( i ); var ch2 = ''; if( (ch=='�')||(ch=='�')||(ch=='�')||(ch=='�')||(ch=='�') ) { ch = 'a'; } if( (ch=='�')||(ch=='�')||(ch=='�') ) { ch = 'e'; } if( ch=='�') { ch = 'c'; } if( ch=='�') { ch = 'o'; } if( ch=='�') { ch = 'a'; ch2 = 'e'; } if( ch=='�') { ch = 'o'; ch2 = 'e'; } if( ch=='�') { ch = 'u'; ch2 = 'e'; } if( ch=='�') { ch = 'A'; ch2 = 'e'; } if( ch=='�') { ch = 'O'; ch2 = 'e'; } if( ch=='�') { ch = 'U'; ch2 = 'e'; } if( ch=='�') { ch = 's'; ch2 = 's'; } if( ((ch>='a')&&(ch<='z')) || ((ch>='A')&&(ch<='Z')) ) { if( chgUpper ) { ch = ch.toUpperCase(); chgUpper = false; } sOut+=ch; if( ch2!='') { sOut+=ch2; } } else { if( ch==' ' ) { chgUpper = true; } } } this.form.Twk1WikiName.value=sOut;" size="40" type="text" value="" /><font color="red">**</font></td>
10     </tr>
11     <tr>
12       <td align="right"> Your [[Main/WikiName]]: </td>
13       <td><input name="Twk1WikiName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
14     </tr>
15     <tr>
16       <td align="right"> Intranet login name: </td>
17       <td><input name="Twk1LoginName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
18     </tr>
19     <tr>
20       <td align="right"> Email address: </td>
21       <td><input name="Twk1Email" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
22     </tr>
23     <tr>
24       <td align="right"> Phone: </td>
25       <td><input name="Twk0Phone" size="40" type="text" value="" /></td>
26     </tr>
27     <tr>
28       <td align="right"> Department: </td>
29       <td><input name="Twk0Department" size="40" type="text" value="" /></td>
30     </tr>
31     <tr>
32       <td align="right" valign="top"> Comments : <br /> (optional)   </td>
33       <td>
34         <textarea cols="38" name="Twk0Comment" rows="4" wrap="virtual">
35         </textarea>
36       </td>
37     </tr>
38     <tr>
39       <td align="right" valign="top">   <input name="TopicName" type="hidden" value="%TOPIC%" /></td>
40       <td><input type="submit" value=" Submit " />    (Fields marked <code><font color="red">**</font></code> are required) </td>
41     </tr>
42   </table>
43 </form>
44
45 **_Submitting the form will automatically:_**
46
47 - Create an account for you, so that you can start editing pages using your [[WikiName]].
48 - Create your personal TWiki topic using your [[WikiName]] as topic name, and add the data you submitted to the topic.
49 - Add your name to the list of users in the [[TWikiUsers]] topic.
50 - Send you a confirmation of your registration by email.
51
52 Once registered you can login using your [[WikiName]] and password.
53
54 If you have any questions about registration, send an email to [](mailto:?subject=%TOPIC% Question).