Differences

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

Link to this comparison view

wiki:register [2015/06/13 04:48]
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 "By contributing to this website you agree to 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 released into the public domain according to the notice on the bottom of each page" 
-textbox "If you agree to this, please enter 'agree' here" /^agree$/ 
-submit "Request Account" 
-</form>