projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added a full-blown login page with a description of OpenID.
[zzz-floof.git]
/
floof
/
controllers
/
account.py
diff --git
a/floof/controllers/account.py
b/floof/controllers/account.py
index
7dabaa6
..
71e73a0
100644
(file)
--- a/
floof/controllers/account.py
+++ b/
floof/controllers/account.py
@@
-19,7
+19,7
@@
class AccountController(BaseController):
openid_store = FileOpenIDStore('/var/tmp')
def login(self):
- return render('/login.mako')
+ return render('/
account/
login.mako')
def login_begin(self):
"""Step one of logging in with OpenID; we redirect to the provider"""