none
authorJohnAltstadt <JohnAltstadt>
Fri, 21 Apr 2000 23:38:35 +0000 (23:38 +0000)
committerJohnAltstadt <JohnAltstadt>
Fri, 21 Apr 2000 23:38:35 +0000 (23:38 +0000)
Main/TWikiUsers.mdwn
TWiki/TWikiHistory.mdwn
TWiki/TWikiRegistration.mdwn [new file with mode: 0644]

index 0069522..bc27c81 100644 (file)
@@ -4,5 +4,6 @@ Please take the time and add yourself to the list. To do that fill out the form
 
 - [[ChristopheVermeulen]] - cvermeulen - 07 Jul 1999
 - [[DavidWarman]] - dwarman - 21 May 1999
+- [[JohnAltstadt]] - jaltstadt - 21 Apr 2000
 - [[PeterThoeny]] - thoeny - 10 Feb 1999
 - [[TWikiGuest]] - guest - 10 Feb 1999
index d572cf4..51d8432 100644 (file)
@@ -63,6 +63,8 @@
 - [[PeterThoeny]] - 25 Feb 2000: New preference variables `%EDITBOXWIDTH%` and `%EDITBOXHEIGHT%` to specify the edit box size.
 - [[PeterThoeny]] - 11 Mar 2000: Better security with taint checking ( `Perl -T` option )
 - [[PeterThoeny]] - 20 Mar 2000: Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable `%ATTACHLINKBOX%` controls the default state of the **_link_** check box in the attach file page.
+- [[JohnAltstadt]], [[PeterThoeny]] - 21 Apr 2000: [[TWikiRegistration]] is done separately for Intranet use (depends on remote\_user) or Internet use (depends on .htpasswd file).
+- [[PeterThoeny]] - 21 Apr 2000: New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
 
 **Related Topics**
 
@@ -70,4 +72,4 @@
 - [[TWikiPlannedFeatures]] has a list of planned features.
 - [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
 
--- [[PeterThoeny]] - 20 Mar 2000 <br />
+-- [[PeterThoeny]] - 21 Apr 2000 <br />
diff --git a/TWiki/TWikiRegistration.mdwn b/TWiki/TWikiRegistration.mdwn
new file mode 100644 (file)
index 0000000..d767105
--- /dev/null
@@ -0,0 +1,54 @@
+To edit pages on this %WIKITOOLNAME% Collaborative Web, you must have a registered user name in [[WikiNotation]].
+
+To register as a new user, simply fill out this form:
+
+<form action="http://www.dementia.org/twiki//register" method="post">
+  <table border="1">
+    <tr>
+      <td align="right"> First &amp; last name: </td>
+      <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>
+    </tr>
+    <tr>
+      <td align="right"> Your [[Main/WikiName]]: </td>
+      <td><input name="Twk1WikiName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
+    </tr>
+    <tr>
+      <td align="right"> Intranet login name: </td>
+      <td><input name="Twk1LoginName" 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"> Phone: </td>
+      <td><input name="Twk0Phone" size="40" type="text" value="" /></td>
+    </tr>
+    <tr>
+      <td align="right"> Department: </td>
+      <td><input name="Twk0Department" size="40" type="text" value="" /></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 automatically:_**
+
+- Create an account for you, so that you can start editing pages using your [[WikiName]].
+- Create your personal TWiki 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 [[TWikiUsers]] topic.
+- Send you a confirmation of your registration by email.
+
+Once registered you can login using your [[WikiName]] and password.
+
+If you have any questions about registration, send an email to [](mailto:?subject=%TOPIC% Question).