initial commit

This commit is contained in:
dhax 2017-09-25 18:23:11 +02:00
commit 93d8310491
46 changed files with 3379 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{{define "loginToken"}}
{{template "header"}}
<p>Hello {{.Name}},</p>
<p>Click here to login with this device</p>
<p><a href="{{.URL}}" class="btn-primary">Login Now</a></p>
<p>Or enter this token on login page from another device:</p>
<p>{{.Token}}</p>
<p>Link and token are valid one time only for next {{.Expiry | formatAsDuration}}.</p>
{{template "footer"}}
{{end}}