diff options
| author | sostler <sbostler@gmail.com> | 2010-04-08 05:04:06 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-08 05:04:06 -0400 |
| commit | 060d0a20fa9d8e1e0c9f9cb5218ef37b46015301 (patch) | |
| tree | b00f67d40f808e5f2fc0e923b003a6695092fc7e /static/register.html | |
| parent | 01837cab6e5e7377d6c66a5f7cbc876a3944d9fa (diff) | |
Added case-insensitive username registration; double pw
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/register.html b/static/register.html index a758e66..f7c7163 100644 --- a/static/register.html +++ b/static/register.html @@ -39,13 +39,16 @@ <br /> <span>password</span> - <input type="password"class="field" id="passwordInput" /> + <input type="password" class="field" id="passwordInput" /> + <br /> + <span>repeat password</span> + <input type="password" class="field" id="passwordInput2" /> + </h1> <h1><span>email</span> <input type="text" class="field"id="emailInput" /> </h1> - <h1><br /> |
