Problem
Some user's profiles switch to others (just the name and email address in Personal Information under Options) on a random basis.
Solution
This happens when the same session ID is used by two different users. Don't have two users logged in at the same time from the same computer, and make sure to log out before letting anyone else log in. Logging out clears the session cache, thus preventing the mix up.