Hi,
I need to be able -as an admin- to manage users, see/edit the user's information. I already added a "IsAdmin" field in the users collection, and set that to true in my user profile.
So far so good. BUT
As an example, If i have a ListView of users and i click on a specific user i'm always taken to my own profile, and as admin i need to able to access everyone's profile so i can add information.
What am i missing?