Skip to content

Instantly share code, notes, and snippets.

@kbens
Last active October 12, 2016 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbens/4934c229f5de0ad84124 to your computer and use it in GitHub Desktop.
Save kbens/4934c229f5de0ad84124 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="ps-hide-signin.js"></script>
</head>
<!-- Set custom property `login.isLoginHidden=true` in your web profile -->
<body onLoad="hideLogin(<%=login.isLoginHidden%>);">
<h1>The system is down for maintenance.</h1>
<h3>Click in this box, then use backdoor key. [Ctrl+Space]</h3>
<div id="loginbox">
<div>User
<input type="text" />
</div>
<div>Password
<input type="password" />
</div>
<input type="submit" />
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment