Skip to content

Instantly share code, notes, and snippets.

@gjj
Created October 17, 2014 01:45
Show Gist options
  • Save gjj/f257ad66becbf74f89c0 to your computer and use it in GitHub Desktop.
Save gjj/f257ad66becbf74f89c0 to your computer and use it in GitHub Desktop.
Auto Login to TP OLIVE
<form action="https://lms.tp.edu.sg/webapps/login/" method="post" name="login">
<input type="hidden" name="user_id" id="user_id" value="{%username}" />
<input type="hidden" name="password" id="password" autocomplete="off" value="{%plaintext_password}" />
<input type="hidden" value="Login" name="login" />
<input type="hidden" name="action" value="login" />
</form>
<script type="text/javascript">
document.login.submit();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment