diff options
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> |