Below are images to explain;
User 1 Logs in and sees the following based on the [PFUser currentUser].username;
However, if I register a new account and login as User 2 the same data is shared, and the name is changed in accordance to the [PFUser currentUser].username;
Im sure there is a method, but I'm not sure how exactly, on how do ensure any PFObjects being altered after logging in and securing a PFUser ID, are only associated with THAT user?




It works as expected. You should store the image along with the user that uploaded it. The label
Uploaded by: *username*should be built with"Uploaded by: " + photoUploader.usernamenot"Uploaded by: " + PFUser.currentUser.username