I'm a new user of repoze.who trying to use the "hybrid" API mentioned in the
CHANGES.txt.

My user has been authenticated so I want to tell repoze.who to remember the
user.

I tried:
request.environ['repoze.who.userid'] = form.data['login']
get_api(request.environ).remember()

but that doesn't work. Perhaps I've misunderstood IAPI, any suggestions?

Thanks,
Chris
-- 
Chris Grindstaff | http://gstaff.org

_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to