summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-12 18:50:53 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-12 18:50:53 +0100
commit16d3f1830a9feeabd175644569fe976a5ba475ba (patch)
treef050586586c9b139e1a771e1b09fe241ef9fae12 /module/web/templates
parentmu fix (diff)
downloadpyload-16d3f1830a9feeabd175644569fe976a5ba475ba.tar.xz
reduced buffersize
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/login.html1
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>