When a member changes their forum name, it loses sync with the user account (although I'm not sure why, there should be a foreign key involved).
In v3 this shouldn't be a problem because eloquent relationships will ensure keys are connected, and not based on usernames or other crazy stuff, but in the meantime, when this happens, a warning should appear to alert the user of the problem.
When a member changes their forum name, it loses sync with the user account (although I'm not sure why, there should be a foreign key involved).
In v3 this shouldn't be a problem because eloquent relationships will ensure keys are connected, and not based on usernames or other crazy stuff, but in the meantime, when this happens, a warning should appear to alert the user of the problem.