Hey @ejbrewer,
It doesn’t at the moment but this is possible.
There’s two ways this could be handled and I’m not sure which one is the best approach.
1) Integrate in the admin area
I could have a section where you could choose additional data that you want to fetch from the users table.
I could then just store this as meta data for the user in the WP database where the phone_number field would become exlog_phone_number.
2) I get the entire user row when I query to authenticate the user. I could add this information to the exlog_hook_action_authenticated hook that exists and you could handle storing the data you require yourself.
Option one will take weeks to implement (just because it’s a bigger job that’ll require me to book out some time to do) and option two could be completed this week.
What are your thoughts?
Tom