I set up this extension for my phpbb site specifically to have users authenticate through discord. It works fine but if a user changes/updates their name in discord it does not reflect the username change on the forum. Is there any way to make this happen? It seems like this should be a fundamental feature of oneall.
On a side note is there any way to pull data from a specific discord server that the user is a part of. Such as their Role names?
Thanks
Answers
Hi Adam,
technically speaking Discord will not notify your phpBB of username changes. What would be possible would be to update the username whenever a user logs in with Discord. Would that work for you?
Regards,