Skip to content

Instantly share code, notes, and snippets.

@tony-landis
Created June 2, 2009 23:29
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 tony-landis/122676 to your computer and use it in GitHub Desktop.
Save tony-landis/122676 to your computer and use it in GitHub Desktop.
<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