From fd9e2f7245212f2b652652f4669648260e59f9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 19 Sep 2021 22:27:31 +0200 Subject: Add bcrypt --- t/login.t | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 t/login.t (limited to 't') diff --git a/t/login.t b/t/login.t new file mode 100644 index 0000000..4899507 --- /dev/null +++ b/t/login.t @@ -0,0 +1,19 @@ +<% #include "head.tc" %> +

Log In

+<% if(*msg){ %> +

<%= msg %>

+<% } %> +
" action="?new=session" method="POST"> + + + + + + + + + +
+

+
+<% #include "foot.tc" %> \ No newline at end of file -- cgit v1.2.3