diff options
author | tcit <tcit@tcit.fr> | 2014-09-28 17:31:02 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-09-28 17:31:02 +0200 |
commit | ffcd442989d743e6e0c8e27a24ce9fdeefb277fc (patch) | |
tree | f8ff66aba36c3d6dcc570f75e7f08ce783d4709b /install/index.php | |
parent | a0822259e76fb5a52d268ba1671d13e0e512af94 (diff) | |
parent | 2e8625c25fa603d0d870bf2f90821e900be27fd0 (diff) | |
download | wallabag-ffcd442989d743e6e0c8e27a24ce9fdeefb277fc.tar.gz wallabag-ffcd442989d743e6e0c8e27a24ce9fdeefb277fc.tar.zst wallabag-ffcd442989d743e6e0c8e27a24ce9fdeefb277fc.zip |
get up to date for merge
Diffstat (limited to 'install/index.php')
-rwxr-xr-x | install/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index 1ae782a2..9ed62de1 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -292,9 +292,11 @@ php composer.phar install</code></pre></li> | |||
292 | <p> | 292 | <p> |
293 | <label for="password">Password</label> | 293 | <label for="password">Password</label> |
294 | <input type="password" required id="password" name="password" value="wallabag" /> | 294 | <input type="password" required id="password" name="password" value="wallabag" /> |
295 | <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'"> | ||
295 | </p> | 296 | </p> |
296 | <p> | 297 | <p> |
297 | <label for="show">Show password:</label> <input name="show" id="show" type="checkbox" onchange="document.getElementById('password').type = this.checked ? 'text' : 'password'"> | 298 | <label for="email">Email (not required)</label> |
299 | <input type="email" id="email" name="email" /> | ||
298 | </p> | 300 | </p> |
299 | </fieldset> | 301 | </fieldset> |
300 | 302 | ||