Is it possible to have multiple xenforo connected accounts? It appears right now that I can only do one xenforo connected account. Ideally I'd be able to add one more. Is this possible or is it limited to one connection?
There is no GUI to do that but it should be pretty easy:
Just add a new record with a new provider_id and provider_class = XF:Provider\XenForo to table xf_connected_account_provider.
Have you been successful with just doing the table entry? When I do the table entries there are no additional providers listed at admin.php?connected-accounts. Below are screenshots of the table entries I tried previously and the results.
I would take no offense whatsoever if you were to point out if I'm doing something stupid and is why it's not working.
Yes. I originally filed a bug report that led to code changes which enable this behaviour so I am pretty confident it works (at least it does for me ).
Kinda. There’s only one pre-installed but you can add multiple entries of type XF:Provider\XenForo to the provider table in the database if that’s needed.
There is no GUI to do that but it should be pretty easy:
Just add a new record with a new provider_id and provider_class = XF:Provider\XenForo to table xf_connected_account_provider.
AH! That's what I missed, thank you! I was thinking that after doing the manual entry to create the 'xenforo2' provider that it would then be available via the ACP but I didn't catch that it needs a manual update to set the values for it.