aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server.WebAdmin/Resources/SetupView.txt
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-11 20:40:40 -0500
committerMichael <[email protected]>2017-02-11 20:40:40 -0500
commit118174ec137a07c376f08ac02f995b99dc8facd9 (patch)
tree3fa75bc7c9128f8ad9b40b8689a255b9156cc54f /ShiftOS.Server.WebAdmin/Resources/SetupView.txt
parent263ee283de817c68bad1b2c7ff55a6f370a0c2c9 (diff)
downloadshiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.tar.gz
shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.tar.bz2
shiftos_thereturn-118174ec137a07c376f08ac02f995b99dc8facd9.zip
Admin panel login system is working.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Resources/SetupView.txt')
-rw-r--r--ShiftOS.Server.WebAdmin/Resources/SetupView.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/ShiftOS.Server.WebAdmin/Resources/SetupView.txt b/ShiftOS.Server.WebAdmin/Resources/SetupView.txt
new file mode 100644
index 0000000..d1226dd
--- /dev/null
+++ b/ShiftOS.Server.WebAdmin/Resources/SetupView.txt
@@ -0,0 +1,22 @@
+<h1>Initial setup</h1>
+
+<p>Welcome to your multi-user domain. If you are seeing this screen, it means that the web administration panel is successfully running and listening for requests. Before you can start using the admin panel you must create an Admin account. This account will let you log in and manage other authorized users, manage saves, Shiftnet pages and other information.</p>
+
+<p>To continue, type a username and password.</p>
+
+<form method="post" action="">
+ <table class="table">
+ <tr>
+ <td><strong>Username:</strong></td>
+ <td><input class="form-control" type="text" name="username"/></td>
+ </tr>
+ <tr>
+ <td><strong>Password:</strong></td>
+ <td><input class="form-control" type="password" name="password"/></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><input type="submit" class="btn btn-default"/></td>
+ </tr>
+ </table>
+</form> \ No newline at end of file