diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-04-25 19:11:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 19:11:24 +0200 |
commit | a271c5f34f99bab38a167d491b69e5942cd6da94 (patch) | |
tree | 3fe0f217a1e2d1a6ca1327afee6d77d986a8393a /tpl/default | |
parent | 4c7045229c94973c1cb83193e69463f426ddc35b (diff) | |
parent | 0934f795d351067f3e23465f5d1fc4f4434863c2 (diff) | |
download | Shaarli-a271c5f34f99bab38a167d491b69e5942cd6da94.tar.gz Shaarli-a271c5f34f99bab38a167d491b69e5942cd6da94.tar.zst Shaarli-a271c5f34f99bab38a167d491b69e5942cd6da94.zip |
Merge pull request #852 from ArthurHoaro/theme/install-password
Theme: use a password type field during the install
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/install.html b/tpl/default/install.html index 99aca193..164d453b 100644 --- a/tpl/default/install.html +++ b/tpl/default/install.html | |||
@@ -45,7 +45,7 @@ | |||
45 | </div> | 45 | </div> |
46 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> | 46 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> |
47 | <div class="form-input"> | 47 | <div class="form-input"> |
48 | <input type="text" name="setpassword" id="password"> | 48 | <input type="password" name="setpassword" id="password"> |
49 | </div> | 49 | </div> |
50 | </div> | 50 | </div> |
51 | </div> | 51 | </div> |