diff options
Diffstat (limited to 'module/web/templates/default/settings.html')
-rw-r--r-- | module/web/templates/default/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index a62aab99f..df6616e42 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -236,7 +236,7 @@ <label for="account_password">{{_("Password")}} <span class="small">The password for this account.</span> </label> -<input id="account_password" name="account_password" type="text" size="20" /> +<input id="account_password" name="account_password" type="password" size="20" /> <label for="account_type">{{_("Type")}} <span class="small">{{_("Choose the hoster for your account.")}}</span> |