From 2b99e131106b91ab4b325faf52e35892538d6860 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Wed, 2 Oct 2019 12:34:08 -0400 Subject: [PATCH] chg: [authentication] added login page --- templates/login.html | 85 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 templates/login.html diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..b02670a --- /dev/null +++ b/templates/login.html @@ -0,0 +1,85 @@ + + + + + + + Users - MISP + + + + + + + + + + +
+
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+ +
+
+ + + + + + +
+ + +
+ +
+ +
+ Welcome to MISP-Dashboard +
+ +
+ Login
+ +
+ {{ form.password.label }}
+ {{ form.password(size=32) }} +
+ +
+

{{ form.submit() }}

+{# #} +
+ +
+
+
+
+ + + +