diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-10 17:27:42 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-10 17:27:42 +0100 |
commit | ba4b5586168a8c1111ca071ca4acca1739bdba84 (patch) | |
tree | 08148a62f461099dbd19d81e0b12769d9849e262 /module/web/templates/default/settings.html | |
parent | little fix (diff) | |
download | pyload-ba4b5586168a8c1111ca071ca4acca1739bdba84.tar.xz |
closed #257, files.mail.ru premium
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> |