Bruce, can you please help me understand the Member API a bit better -- the way I understand it is that the Forum will assume any USER, PASSWORD, and EMAIL session values passed to it are valid and create a username with the specified email.
If the USER session value that is passed to the forum is already a member, that member's stats (points, etc) are used, correct? What happens in these situations:
1. The username is changed for a member on the member's record (in my user/registration table), is the new USER session passed to the Forum and a new username created?
2. The Email or the Password is changed for a member on the member's record (in my user/registration table), does it get changed/updated in the Forum Author table also - for the specific USER?
The USER field in the forum must be unique, correct?