From 2ecc4a8fad37b522d9fb6e885751ee331113e7fc Mon Sep 17 00:00:00 2001 From: mokaddem Date: Fri, 11 Oct 2019 08:38:33 +0200 Subject: [PATCH] chg: [login] Fixed web dependencies and added auth error message --- templates/login.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/login.html b/templates/login.html index cfd60fc..93ab85b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -7,9 +7,14 @@ Users - MISP + + + + + + - @@ -27,8 +32,13 @@
- +
+ {% if authError %} +
+ Username and Password does not match when connecting to MISP +
+ {% endif %}