mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
22 lines
851 B
Text
22 lines
851 B
Text
|
<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>
|