From fc2455cdbf8c64c98a8f7104ae7e7acdcff1337c Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Fri, 8 Jun 2018 08:01:06 +0200 Subject: Go impl of pwman, first draft --- templates/index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..218ffe2 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,46 @@ +{{ define "content" }} +
+

SSO Password Manager

+{{with .User}} +

+ Hello {{.DisplayName}},
+ Welcome to the single sign on password manager site. +

+

Your usernames

+
+
SSO:
+
{{ .UserName }}
+
eduroam:
+
{{ .UserName }}/ppp@NORDU.NET
+
+ +

Available actions

+ +

+ Log out +

+{{ end }} +
+{{ end }} -- cgit v1.1