summaryrefslogtreecommitdiff
path: root/TWiki/TWikiRegistrationNone.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-04-21 23:24:57 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-04-21 23:24:57 +0000
commit1893abf9527ba0a4a92174635dd3324e5fa58e5c (patch)
tree7d81349ab3783c09d9ab23346df0bed7c41a6fd0 /TWiki/TWikiRegistrationNone.mdwn
parent9d4237221d382e8ff670fb62856212594ece02d8 (diff)
none
Diffstat (limited to 'TWiki/TWikiRegistrationNone.mdwn')
-rw-r--r--TWiki/TWikiRegistrationNone.mdwn54
1 files changed, 54 insertions, 0 deletions
diff --git a/TWiki/TWikiRegistrationNone.mdwn b/TWiki/TWikiRegistrationNone.mdwn
new file mode 100644
index 00000000..f489f141
--- /dev/null
+++ b/TWiki/TWikiRegistrationNone.mdwn
@@ -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="%SCRIPTURL%/register" 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 = '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&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 <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a>: </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="%REMOTE_USER%" /> <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 [%WIKIWEBMASTER%](mailto:%WIKIWEBMASTER%?subject=%TOPIC% Question).