summaryrefslogtreecommitdiff
path: root/TWiki/TWikiRegistration.mdwn
blob: d4cb76cb21f4d9df53b8ddfb28556bd030c0db00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<font> **_Please note:_** Automatic registration is disabled! </font>

<font> Each application is **_reviewed manually_** --- an email is sent out when your account is activated. </font>

We very much appreciate you creating your own account and use that in favor of the [[Main/TWikiGuest]] account. _We regret_ that it is no longer fully automatic, but that is what the wonderful world of TWiki:Codev/WikiSpam gives us today.

An account of your own helps us handle copyright issues with contributed material from unknown people. See the [[HurdWikiCopyrightDiscuss]] topic for more information. NO information from this site will be used for any purposes other than for use on this site -- we will never sell a list of registered users.

<font> Set Location:HurdUser to speed up your activation. </font>

<form action="%SCRIPTURL%/register%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post">
  <table border="1">
    <tr>
      <td align="right"> First &amp;amp; last name: </td>
      <td><input name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i &lt; 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 = 'n'; } if( (ch=='ò')||(ch=='ó')||(ch=='ô') ) { ch = 'o'; } if( ch=='ä') { ch = 'a'; ch2 = 'e'; } if( ch=='ö') { ch = 'o'; ch2 = 'e'; } if( (ch=='ù')||(ch=='ú')||(ch=='û') ) { ch = 'o'; } 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&gt;='a')&amp;&amp;(ch&lt;='z')) || ((ch&gt;='A')&amp;&amp;(ch&lt;='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="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Your [[WikiName]]: </td>
      <td><input name="Twk1WikiName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Email address: </td>
      <td><input name="Twk1Email" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Your password: </td>
      <td><input name="Twk1Password" size="40" type="password" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Retype password: </td>
      <td><input name="Twk1Confirm" size="40" type="password" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Company name: </td>
      <td><input name="Twk0CompanyName" size="40" type="text" value="" /></td>
    </tr>
    <tr>
      <td align="right"> Company URL: <br /> (or department URL)   </td>
      <td><input name="Twk0CompanyURL" onblur="if(this.value=='http://') { this.value='' }" onfocus="if(this.value=='') { this.value='http://' }" size="40" type="text" /></td>
    </tr>
    <tr>
      <td align="right"> Location: </td>
      <td><select name="Twk1Location" size="1"><option selected value="">Select...</option>
          <option>SanJoseOffice</option>
          <option>LondonOffice</option>
          <option>TokyoOffice</option>
          <option>VasterasOffice</option>
          <option>VirtualOffice</option>
          <option>HurdUser</option>
          <option value="(Please specify office location)">Other</option></select> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Country: </td>
      <td><select name="Twk1Country" size="1"><option selected value="">Select...</option>
          <option>USA</option>
          <option>Albania</option>
          <option>Algeria</option>
          <option>Angola</option>
          <option>Argentina</option>
          <option>Armenia</option>
          <option>Aruba</option>
          <option>Australia</option>
          <option>Austria</option>
          <option>Azerbaijan</option>
          <option>Bahrain</option>
          <option>Bangladesh</option>
          <option>Belgium</option>
          <option>Belize</option>
          <option>Benin</option>
          <option>Bolivia</option>
          <option>Bosnia and Hercegovina</option>
          <option>Brazil</option>
          <option>Bulgaria</option>
          <option>Burundi</option>
          <option>Cambodia</option>
          <option>Cameroon</option>
          <option>Canada</option>
          <option>Central African Republic</option>
          <option>Chile</option>
          <option>China</option>
          <option>Colombia</option>
          <option>Congo</option>
          <option>Costa Rica</option>
          <option>Croatia</option>
          <option>Cyprus</option>
          <option>Czech Republic</option>
          <option>Denmark</option>
          <option>Ecuador</option>
          <option>Egypt</option>
          <option>El Salvador</option>
          <option>Estonia</option>
          <option>Ethiopia</option>
          <option>Fiji</option>
          <option>Finland</option>
          <option>France</option>
          <option>Georgia</option>
          <option>Germany</option>
          <option>Gibraltar</option>
          <option>Greece</option>
          <option>Guam</option>
          <option>Guatemala</option>
          <option>Haiti</option>
          <option>Hong Kong</option>
          <option>Hungary</option>
          <option>Iceland</option>
          <option>India</option>
          <option>Indonesia</option>
          <option>Iran</option>
          <option>Iraq</option>
          <option>Ireland</option>
          <option>Israel</option>
          <option>Italy</option>
          <option>Japan</option>
          <option>Jordan</option>
          <option>Kazakstan</option>
          <option>Kenya</option>
          <option>Korea</option>
          <option>Kuwait</option>
          <option>Kyrgyz Rebublic</option>
          <option>Laos</option>
          <option>Latvia</option>
          <option>Lebanon</option>
          <option>Liberia</option>
          <option>Liechtenstein</option>
          <option>Lithuania</option>
          <option>Luxembourg</option>
          <option>Libya</option>
          <option>Macao</option>
          <option>Macedonia</option>
          <option>Malaysia</option>
          <option>Malawi</option>
          <option>Malta</option>
          <option>Mexico</option>
          <option>Monaco</option>
          <option>Morocco</option>
          <option>Mozambique</option>
          <option>Namibia</option>
          <option>Nepal</option>
          <option>Netherlands</option>
          <option>New Zealand</option>
          <option>Nicaragua</option>
          <option>Nigeria</option>
          <option>Norway</option>
          <option>Oman</option>
          <option>Pakistan</option>
          <option>Panama</option>
          <option>Paraguay</option>
          <option>Peru</option>
          <option>Philippines</option>
          <option>Poland</option>
          <option>Portugal</option>
          <option>Romania</option>
          <option>Russia</option>
          <option>Saudi Arabia</option>
          <option>Senegal</option>
          <option>Singapore</option>
          <option>Slovakia</option>
          <option>Slovenia</option>
          <option>South Africa</option>
          <option>Spain</option>
          <option>Sri Lanka</option>
          <option>Suriname</option>
          <option>Sweden</option>
          <option>Switzerland</option>
          <option>Syria</option>
          <option>Taiwan</option>
          <option>Tanzania</option>
          <option>Thailand</option>
          <option>Tajikistan</option>
          <option>Tunisia</option>
          <option>Turkey</option>
          <option>Turkmenistan</option>
          <option>Uganda</option>
          <option>Ukraine</option>
          <option>United Arab Emirates</option>
          <option>United Kingdom</option>
          <option>Uruguay</option>
          <option>USA</option>
          <option>Uzbekistan</option>
          <option>Vatican City</option>
          <option>Venezuela</option>
          <option>Vietnam</option>
          <option>Yemen</option>
          <option>Yugoslavia</option>
          <option>Zaire</option>
          <option>Zambia</option>
          <option>Zimbabwe</option>
          <option value="Other Country">Other Country</option></select> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right" valign="top"> Comments : <br /> (optional)   </td>
      <td>
        <textarea cols="38" name="Twk0Comment" rows="4" wrap="virtual">
        </textarea>
      </td>
    </tr>
    <tr>
      <td align="right" valign="top">   <input name="TopicName" type="hidden" value="%TOPIC%" /></td>
      <td><input type="submit" value=" Submit " />    (Fields marked <code><font color="red">**</font></code> are required) </td>
    </tr>
  </table>
</form>

**_Submitting the form will:_**

* _Almost_ create an account for you, the Wiki admin will first review your application before **_manually_** enabling your account.
* Create your personal %WIKITOOLNAME% topic using your [[WikiName]] as topic name, and add the data you submitted to the topic.
* Add your name to the list of users in the %MAINWEB%.%WIKIUSERSTOPIC% topic in the %WIKITOOLNAME%.%MAINWEB% web.
* Send you a confirmation of your registration by email.

**_Remember:_**

* %TWIKIWEB%.ResetPassword: If you forget your password.
* Be nice.

If you have any questions about registration, send an email to [%WIKIWEBMASTER%](mailto:%WIKIWEBMASTER%?subject=%TOPIC% Question).

To edit pages on this %WIKITOOLNAME% Collaborative Web, you must have a registered user name and password. <br />**_Note:_** You can also login anonymously as user <code>TWikiGuest</code> with password `guest`