Getting previous authenticated user in hooks

2010-03-10 Thread Norman Maurer
Hi all, I'm in the need of lookup the authenticated user (which was for example provided by auth login) later in the plugin chain. I tried to store it via transaction->note(...) but after digging a bit more through the docs it seems like the transaction notes stuff get reset before the mail from s

Re: Getting previous authenticated user in hooks

2010-03-10 Thread Norman Maurer
Nevermind I was overlookin the $self->auth_user; function. Sorry for the noise.. Bye, Norman 2010/3/10 Norman Maurer : > Hi all, > > I'm in the need of lookup the authenticated user (which was for > example provided by auth login) later in the plugin chain. I tried to > store it via transaction

Re: Getting previous authenticated user in hooks

2010-03-10 Thread Ask Bjørn Hansen
Isn't there a connection note? A transaction is reset/initiated on RSET and MAIL commands. And doesn't the auth stuff store already then auth info? -- http://localrobot.com/ On Mar 10, 2010, at 12:41 AM, Norman Maurer wrote: Hi all, I'm in the need of lookup the authenticated user (whic