[Repoze-dev] [issue58] Repoze.who does not allow identity to be set programmatically

2009-05-20 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: What you ended up doing is the recommended standard right now. Thanks for the report. -- status: chatting - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue58

[Repoze-dev] [issue58] Repoze.who does not allow identity to be set programmatically

2009-04-20 Thread Raphael Slinckx
Raphael Slinckx r.slin...@whatever-company.com added the comment: For the record here's what i had to do in my registration controller to login the user after he signs up automatically (using TG2/pylons): # Remember the user, removing the need to login identity = {'repoze.who.userid':

[Repoze-dev] [issue58] Repoze.who does not allow identity to be set programmatically

2009-04-18 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: I'm not sure why your registration controller can't just return the 'Set-Cookie' header itself, perhaps using whatever API the relevant plugin implmentation exposes to compute the value. If I *had* to get the header set via repoze.who, I

Re: [Repoze-dev] [issue58] Repoze.who does not allow identity to be set programmatically

2009-02-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raphael Slinckx wrote: New submission from Raphael Slinckx r.slin...@whatever-company.com: I can't find a way to setup identity programmatically. I have a registration controller that creates a user in a database, when the registration