forked from wallabag/wallabag
added email field
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user