diff options
| author | Michael <[email protected]> | 2017-02-12 18:35:15 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-12 18:35:15 -0500 |
| commit | f54f01494101f931b8987e64a65f7bc8f2314d09 (patch) | |
| tree | 871676195aad4705dbe1679a4e05f8f0d502ae0e /ShiftOS.Server.WebAdmin/Resources/SetupView.txt | |
| parent | f5ef64e87d4ec61f630ab28235c4906bfb08a2e1 (diff) | |
| download | shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.tar.gz shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.tar.bz2 shiftos_thereturn-f54f01494101f931b8987e64a65f7bc8f2314d09.zip | |
More admin panel work.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Resources/SetupView.txt')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/Resources/SetupView.txt | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/ShiftOS.Server.WebAdmin/Resources/SetupView.txt b/ShiftOS.Server.WebAdmin/Resources/SetupView.txt index d1226dd..9e83a45 100644 --- a/ShiftOS.Server.WebAdmin/Resources/SetupView.txt +++ b/ShiftOS.Server.WebAdmin/Resources/SetupView.txt @@ -1,22 +1,5 @@ <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>This multi-user domain contains some users, however none of them are administrators. Please choose your user to make it an admin.</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 +{savelist}
\ No newline at end of file |
