diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-12 18:50:53 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-12 18:50:53 +0100 |
commit | 16d3f1830a9feeabd175644569fe976a5ba475ba (patch) | |
tree | f050586586c9b139e1a771e1b09fe241ef9fae12 /module/web/templates | |
parent | mu fix (diff) | |
download | pyload-16d3f1830a9feeabd175644569fe976a5ba475ba.tar.xz |
reduced buffersize
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html index 0e9e4d568..efca4269b 100644 --- a/module/web/templates/default/login.html +++ b/module/web/templates/default/login.html @@ -27,6 +27,7 @@ {% if errors %} <p>{{_("Your username and password didn't match. Please try again.")}}</p> + {{ _("To reset your login data or add an user run:") }} <b> python pyLoadCore.py -u</b> {% endif %} </div> |