Created
June 2, 2009 23:29
-
-
Save tony-landis/122676 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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