diff options
| author | Michael <[email protected]> | 2017-02-11 20:40:40 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-11 20:40:40 -0500 |
| commit | 118174ec137a07c376f08ac02f995b99dc8facd9 (patch) | |
| tree | 3fa75bc7c9128f8ad9b40b8689a255b9156cc54f /ShiftOS.Server.WebAdmin/Resources/LoginView.txt | |
| parent | 263ee283de817c68bad1b2c7ff55a6f370a0c2c9 (diff) | |
| download | shiftos_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/LoginView.txt')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/Resources/LoginView.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ShiftOS.Server.WebAdmin/Resources/LoginView.txt b/ShiftOS.Server.WebAdmin/Resources/LoginView.txt index 3b12e87..d5e61cf 100644 --- a/ShiftOS.Server.WebAdmin/Resources/LoginView.txt +++ b/ShiftOS.Server.WebAdmin/Resources/LoginView.txt @@ -14,7 +14,18 @@ </tr> <tr> <td></td> - <td><input type="submit" class="btn btn-default">Login</input> + <td><input type="submit" class="btn btn-default"/></td> </tr> </table> -</form>
\ No newline at end of file +</form> + +<div class="row"> + <div class="col-xs-6"> + <h4>What are my credentials?</h4> + <p>If you do not know your credentials, you are not a ShiftOS developer with write-access to the GitHub repository and authorized access to the multi-user domain's backend, so we ask that you get off this site and try to hack the MUD in-game. Thank you.</p> + </div> + <div class="col-xs-6"> + <h4>I am a developer.</h4> + <p>Please contact Michael VanOverbeek if you are a developer and have not yet received your credentials.</p> + </div> +</div>
\ No newline at end of file |
