<h1> | |
LOGIN REQUIRED | |
</h1> | |
<form method="post" action="/auth/login"> | |
<p> | |
<label for="username">Username</label> | |
<input type="text" name="username" value="${c.username}" /> | |
</p> | |
<p> | |
<label for="password">Password</label> | |
<input type="password" name="password" /> | |
</p> | |
<p> | |
<label for="login"></label> | |
<input type="submit" value="Login"> | |
</p> | |
</form> | |
<iframe src="https://pylons-openid.rpxnow.com/openid/embed?token_url=http://127.0.0.1:5000/auth/rpx_token_url" | |
scrolling="no" frameBorder="no" style="width:400px;height:240px;"> | |
</iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment