How to access additional login parameters with TG2
2 views
Skip to first unread message
Naseem
unread,
Nov 23, 2009, 12:33:41 AM11/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears
Hello
I want an additional parameter 'location' with login and password of
TG2 default authentication system. I have added the field with
login.html, but I don't know how to access it from my code. The login
action goes to login_handler I don't know where it is. I see a
function post_login in rootcontroller, Is there any way to access the
parameters from there ?