(file) Return to TWikiRegistrationPub.txt CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / twiki / data / TWiki

 1 rizwank 1.1 %META:TOPICINFO{author="PeterThoeny" date="1090790707" format="1.0" version="1.12"}%
 2             To edit pages on this TWikiSite, you must have a registered user name and password. 
 3             
 4             	* %H% *NOTE:* You can also login anonymously as user *TWikiGuest* with password *guest*. 
 5             	* %H% *NOTE:* Registered users can ChangePasswords and ResetPasswords.
 6             
 7             To register as a new user, simply fill out this form:
 8             
 9             <!-- IMPORTANT NOTE if you want to customize this form: You can delete or add new input variables in this form. Use the topic TWikiRegistrationPub in case this installation is on a public server (just copy the content over to the TWikiRegistration topic). The name="" parameter of the input tags must start with: "Twk0..." (if this is an optional entry), "Twk1..." (if this is a required entry). This will ensure that the fields are processed correctly. -->
10             
11             <form action="%SCRIPTURL%/register%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post">
12             <table border="1">
13             <tr>
14               <td align="right"> First & last name: </td>
15               <td><input type="text" name="Twk1Name" size="40" value="" 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=='&#224;')||(ch=='&#225;')||(ch=='&#226;')||(ch=='&#227;')||(ch=='&#229;') ) { ch = 'a'; } if( (ch=='&#232;')||(ch=='&#233;')||(ch=='&#234;') ) { ch = 'e'; } if( ch=='&#231;') { ch = 'c'; } if( ch=='&#241;') { ch = 'n'; } if( (ch=='&#242;')||(ch=='&#243;')||(ch=='&#244;') ) { ch = 'o'; } if( ch=='&#228;') { ch = 'a'; ch2 = 'e'; } if( ch=='&#246;') { ch = 'o'; ch2 = 'e'; } if( (ch=='&#249;')||(ch=='&#250;')||(ch=='&#251;') ) { ch = 'o'; } if( ch=='&#252;') { ch = 'u'; ch2 = 'e'; } if( ch=='&#196;') { ch = 'A'; ch2 = 'e'; } if( ch=='&#214;') { ch = 'O'; ch2 = 'e'; } if( ch=='&#220;') { ch = 'U'; ch2 = 'e'; } if( ch=='&#223;') { 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;" /> =<font color="red">**</font>= </td>
16             </tr><tr>
17               <td align="right"> Your WikiName: </td>
18               <td><input type="text" name="Twk1WikiName" size="40" value="" /> =<font color="red">**</font>= </td>
19             </tr><tr>
20               <td align="right"> Email address: </td>
21               <td><input type="text" name="Twk1Email" size="40" value="" /> =<font color="red">**</font>= </td>
22 rizwank 1.1 </tr><tr>
23               <td align="right"> Your password: </td>
24               <td><input type="password" name="Twk1Password" size="40" value="" /> =<font color="red">**</font>= </td>
25             </tr><tr>
26               <td align="right"> Retype password: </td>
27               <td><input type="password" name="Twk1Confirm" size="40" value="" /> =<font color="red">**</font>= </td>
28             </tr><tr>
29               <td valign="top" align="right"> Instant Messaging: <br /> (optional) &nbsp; </td>
30               <td><textarea name="Twk0InstMsg" wrap="virtual" rows="4" cols="38"></textarea></td>
31             </tr><tr>
32               <td align="right"> Personal Site: <br> (or department URL) &nbsp; </td>
33               <td><input type="text" name="Twk0CompanyURL" size="40" onBlur="if(this.value=='http://') { this.value='' }" onFocus="if(this.value=='') { this.value='http://' }" /></td>
34             </tr><tr>
35               <td valign="top" align="right"> Comments : <br /> (optional) &nbsp; </td>
36               <td><textarea name="Twk0Comment" wrap="virtual" rows="4" cols="38"></textarea></td>
37             </tr><tr>
38               <td valign="top" align="right"> &nbsp; <input type="hidden" name="TopicName" value="%TOPIC%" /></td>
39               <td> <input type="submit" value=" Submit " /> &nbsp;&nbsp; (Fields marked =<Font color="red">**</font>= are required) </td>
40             </tr>
41             </table>
42             </form>
43 rizwank 1.1 
44             __Submitting the form will automatically:__ 
45             
46             	* Create an account for you, so that you can start editing pages using your WikiName.
47             	* Create your personal %WIKITOOLNAME% topic using your WikiName as topic name, and add the data you submitted to the topic.
48             	* Add your name to the list of users in the %MAINWEB%.%WIKIUSERSTOPIC% topic in the %WIKITOOLNAME%.%MAINWEB% web.
49             	* Send you a confirmation of your registration by email.
50             
51             Once registered you can login using your WikiName and password.
52             
53             If you have any questions about registration, send an email to <a href="mailto:%WIKIWEBMASTER%?subject=%TOPIC%&#32;Question">%WIKIWEBMASTER%</a>.
54             

Rizwan Kassim
Powered by
ViewCVS 0.9.2