]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install/index.php
Merge pull request #855 from wallabag/fix-828
[github/wallabag/wallabag.git] / install / index.php
index ba7c4b0f7ff1481f8b857e4ffba998a165e778ad..e3965e9793ed5bc77e9009777cb704021406dd0f 100755 (executable)
@@ -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>