]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install/index.php
added email field
[github/wallabag/wallabag.git] / install / index.php
index 1ae782a2bc8656d68e4e61871e3e0e3075945f53..9ed62de17f87beaf2b507837064c4d2e37c006e7 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>