tony-landis (owner)

Revisions

gist: 122676 Download_button fork
public
Public Clone URL: git://gist.github.com/122676.git
Embed All Files: show embed
HTML #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>