From f2be4ab1638eb7e8ac022b25af1fff6e402b1db7 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 7 Feb 2018 20:32:00 -0500 Subject: Add login/signup view --- app/view/login.php | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 app/view/login.php (limited to 'app/view/login.php') diff --git a/app/view/login.php b/app/view/login.php new file mode 100644 index 0000000..b88c990 --- /dev/null +++ b/app/view/login.php @@ -0,0 +1,117 @@ + + + + + + + + + + + + + +
+ +
+

Almost there...

+

Scrott's database is working, but no user accounts exist.
+ Use the form below to signup as an admin.

+
+ It is presumed that you are the administrator for this Scrott install.
+ There is a security risk involved with exposing this page to the public! +
+
+ + +
+
+
+
+ +
+
+
+
+

Login

+ + + + +
+ + + Signup + + + + +
+
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+

Signup for Scrott

+ + + + + +
+ + + Cancel + + + + +
+
+
+
+
+ +
+
+
+
+
+ + + + -- cgit v1.2.3 From 77fd5b7ef80a32fe98efa04b13f210989f2a43b5 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 7 Feb 2018 21:09:32 -0500 Subject: Make security warnings RED --- app/view/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/login.php') diff --git a/app/view/login.php b/app/view/login.php index b88c990..901a12d 100644 --- a/app/view/login.php +++ b/app/view/login.php @@ -35,7 +35,7 @@ require_once "view/formctrl.php";

Almost there...

Scrott's database is working, but no user accounts exist.
Use the form below to signup as an admin.

-
+
It is presumed that you are the administrator for this Scrott install.
There is a security risk involved with exposing this page to the public!
-- cgit v1.2.3