aboutsummaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-07-25 08:42:03 +0200
committertcit <tcit@tcit.fr>2014-07-25 08:42:03 +0200
commit046b9316244c7a3a19446b2425d2370a26246af0 (patch)
treef1e126a7590b32767ab22cb372ff474eab70836d /install
parent2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd (diff)
downloadwallabag-046b9316244c7a3a19446b2425d2370a26246af0.tar.gz
wallabag-046b9316244c7a3a19446b2425d2370a26246af0.tar.zst
wallabag-046b9316244c7a3a19446b2425d2370a26246af0.zip
added email field
Diffstat (limited to 'install')
-rwxr-xr-xinstall/index.php4
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