summaryrefslogtreecommitdiffstats
path: root/templates/login/_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login/_page.html')
-rw-r--r--templates/login/_page.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/login/_page.html b/templates/login/_page.html
new file mode 100644
index 0000000..36dcb0f
--- /dev/null
+++ b/templates/login/_page.html
@@ -0,0 +1,7 @@
+<form class="form-signin" action="?do=Login" method="post">
+ <h2 class="form-signin-heading">Mit Testaccount anmelden</h2>
+ <input type="text" name="user" class="form-control" placeholder="Benutzername" pattern=".+@.+\..+" autofocus>
+ <input type="password" name="pass" class="form-control" placeholder="Passwort">
+ <button class="btn btn-lg btn-primary btn-block" type="submit">Anmelden</button>
+ <input type="hidden" name="action" value="login">
+</form>