I'm wanting to put some logic in my app which will get executed every
time a user logs in.  Specifically, I want to increment a user's login
counter (a column in the user table), and I want to redirect them to
certain pages, based on what group they're a member of.

I can't figure out how to do this with Identity.  It sets up a login
controller in my project, but that only seems to be called after
successful login if the user actually went to the login page to begin
with, not if they were attempting to visit another page, and then got
hi-jacked because they hadn't logged in.

Is there any way for me to add this logic?

Thanks,

Stuart

-- 
Stuart Clarke <[EMAIL PROTECTED]>


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to