added email field

This commit is contained in:
tcit
2014-07-25 08:42:03 +02:00
parent 2b58426b2d
commit 046b931624
6 changed files with 16 additions and 9 deletions

View File

@ -292,9 +292,11 @@ php composer.phar install</code></pre></li>
<p>
<label for="password">Password</label>
<input type="password" required id="password" name="password" value="wallabag" />
<label for="show">Show password:</label> <input style="margin-left:-80px;" name="show" id="show" type="checkbox" onchange="document.getElementById('password').type = this.checked ? 'text' : 'password'">
</p>
<p>
<label for="show">Show password:</label> <input name="show" id="show" type="checkbox" onchange="document.getElementById('password').type = this.checked ? 'text' : 'password'">
<label for="email">Email (not required)</label>
<input type="email" id="email" name="email" />
</p>
</fieldset>