Quote:
Originally Posted by Marco van Herwaarden
I suggest that you move to a hook location that is loaded later when the userinfo is available, if possible.
|
Thanks for this Marco. I looked around for other possible hooks but I think that this is the only one that will work for us. If you know of a better one for us I'd truly appreciate it if you could post it's name here.
We need it to get called immediately after successful logon
and without depending on going to a vB page other than the "success" redirect page.
What we're expecting to do is actually have legacy board logon go to the vB logon and return the users to the legacy system after success. The legacy system keeps the email address in the session cookie so that the database doesn't have to be hit again for it on post, etc.
Thanks again. It looks like the small code mod to add "email" to the base query is the way to do it.