Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:register [2015/06/16 17:46]
Jon Daniels
wiki:register [2019/12/30 17:32]
Line 1: Line 1:
-<form> 
-Action mail jon@asiimaging.com 
-Thanks "Your account should be created within one business day.  You will receive an email with an initial password." 
  
-Fieldset "Account" 
-Textbox  "Username (not case sensitive)" /^[a-z][a-z0-9\.\_\-]+[a-z0-9]$/  
-Email "E-Mail Address" 
- 
-Fieldset "Personal Information" 
-Textbox "Real Name" 
-Static "Your biography will be set as the initial content of your user page, so only put information you are comfortable sharing." 
-Textarea "Brief Biography (accessible to other registered users; can be changed later)" x5 
- 
-fieldset "User Agreement" 
-wiki "All contributors to the diSPIM wiki must abide by the following principles: 
-  - **lawful behavior**: do not post copyrighted material, no harassment, etc. 
-  - **attribution**: give credit where credit is due (including by linking to other work) 
-  - **freely-licensed contributions**: your contributions are freely licensed according to the notice on the bottom of each page" 
-textbox "Enter 'agree' if you agree" /^agree$/ 
-submit "Request Account" 
-</form>