diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-25 20:37:32 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-25 20:37:32 +0200 |
commit | efee017fb2b3a4cac09233cd01d816d9100a5db5 (patch) | |
tree | 58635208703ae98e2359e160860f7ea7af68445f /module/web/templates | |
parent | RealdebridCom plugin (diff) | |
download | pyload-efee017fb2b3a4cac09233cd01d816d9100a5db5.tar.xz |
rehost plugin, fixed some account management issues
Diffstat (limited to 'module/web/templates')
-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 776089c47..4c8f0d63e 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -145,7 +145,7 @@ <td> <input id="{{plugin}}|password;{{account.login}}" name="{{plugin}}|password;{{account.login}}" - type="password" value="{{account.password}}" size="14"/> + type="password" value="{{account.password}}" size="12"/> </td> <td> {% if account.valid %} |