Plugin needs email value at login.
We're switching to using vB (3.6.x) login across our site.
We have a plugin that is issuing a cookie for a legacy system but need to get the user's email address for it.
$vbulletin->userinfo['email'] doesn't seem to be loaded at this point (the "login_verify_success" hook).
I can hack the verify_authentication routine to load email in there but would rather not mod the core code. Is ther any other way to get it?
Thanks!
|