> own creation of the user session.  I found a post by Sean about a year
> ago, he was guessing:
>
>                 visit_key = visit.current().key
>                 user_identity =
> identity.current_provider.load_identity (visit_key)
>                 identity.set_current_identity(user_identity)

Andrew Grover had a seemingly perfect answer from 2006, but is it
still
correct in TG2?

    identity.current_provider.validate_identity(user_name, password,
        identity.current.visit_key)


-- 
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