This pull requests adds a new VirtualGroup, DevForumVisitor, which gives a role when the user has a DevForum account but is not a Member+.
I also changed getDevForumProfile() to use another endpoint on the DevForum that allows to retrieve the data via the user id. This fixes a lot of problems with people changing their name and losing their roles and not knowing how to get them back or what the problem is.
This pull requests adds a new VirtualGroup,
DevForumVisitor
, which gives a role when the user has a DevForum account but is not a Member+.I also changed
getDevForumProfile()
to use another endpoint on the DevForum that allows to retrieve the data via the user id. This fixes a lot of problems with people changing their name and losing their roles and not knowing how to get them back or what the problem is.