Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: signup Arguments: Description: Sign up for a WubHub account Page type: snippet Render function: Module: site Page source: <h1>Join WubHub</h1> <p>A WubHub account allows you to edit and create new commands and to personalize your WubHub environment. Currently, to discourage abuse, you must be invited by another WubHub member, who will provide an invitation token.</p> <h1>New user account</h1> <table> <tbody> <form action="/webl/WubHub_Signup" method="post"> <tr><td>Invitation token:</td><td> <input name="invitation"></td></tr> <tr><td>Full name:</td><td> <input name="fullname"></td></tr> <tr><td>Username: </td><td> <input name="user"></td></tr> <tr><td>Password: </td><td> <input name="pw" type="password"></td></tr> <tr><td>Confirm password: </td><td> <input name="pw2" type="password"></td></tr> <tr><td></td><td><input name="submit" type="submit" value="Create Account"></td></tr> </form> </tbody></table>