-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
9 lines (9 loc) · 826 Bytes
/
index.html
File metadata and controls
9 lines (9 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
<form method="POST" id="login-form" class="adjacent" action="/accounts/login/?force_classic_login=&next=/oauth/authorize/%3Fclient_id%3D20020af689ea4d66a623067196c2987a%26redirect_uri%3Dhttp%3A//localhost%3A8000%26response_type%3Dcode">
<input type="hidden" name="csrfmiddlewaretoken" value="7371240b76a199169448a17b59e51397"/>
<p><label for="id_username">Username:</label> <input name="username" maxlength="30" autocapitalize="off" autocorrect="off" type="text" id="id_username" /></p>
<p><label for="id_password">Password:</label> <input autocapitalize="off" autocorrect="off" type="password" name="password" id="id_password" /></p>
<p class="form-actions">
<a href="/accounts/password/reset/">Forgot password?</a>
<input type="submit" class="button-green" value="Log in" />
</p>
</form>